❄ Personal NixOS Flake Manager
nixos home-manager go nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(flake): fix license

Fuwn d6c86479 3159828c

+1 -1
+1 -1
flake.nix
··· 41 41 meta = with pkgs.lib; { 42 42 description = "Personal NixOS Flake Manager"; 43 43 homepage = "https://github.com/Fuwn/rui"; 44 - license = licenses.gpl3; 44 + license = licenses.gpl3Only; 45 45 maintainers = [ maintainers.Fuwn ]; 46 46 mainPackage = "rui"; 47 47 platforms = platforms.linux;