lol
fork

Configure Feed

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

licenses: remove gpl1

+15 -20
-5
lib/licenses.nix
··· 969 969 fullName = "GNU Free Documentation License v1.3"; 970 970 deprecated = true; 971 971 }; 972 - gpl1 = { 973 - spdxId = "GPL-1.0"; 974 - fullName = "GNU General Public License v1.0"; 975 - deprecated = true; 976 - }; 977 972 gpl2 = { 978 973 spdxId = "GPL-2.0"; 979 974 fullName = "GNU General Public License v2.0";
+1 -1
pkgs/applications/audio/crip/default.nix
··· 61 61 meta = { 62 62 homepage = "http://bach.dynet.com/crip/"; 63 63 description = "Terminal-based ripper/encoder/tagger tool for creating Ogg Vorbis/FLAC files"; 64 - license = lib.licenses.gpl1; 64 + license = lib.licenses.gpl1Only; 65 65 platforms = lib.platforms.linux; 66 66 maintainers = [ maintainers.endgame ]; 67 67 };
+1 -1
pkgs/applications/audio/gbsplay/default.nix
··· 25 25 26 26 meta = with lib; { 27 27 description = "Gameboy sound player"; 28 - license = licenses.gpl1; 28 + license = licenses.gpl1Plus; 29 29 platforms = [ "i686-linux" "x86_64-linux" ]; 30 30 maintainers = with maintainers; [ ]; 31 31 };
+1 -1
pkgs/applications/audio/pd-plugins/puremapping/default.nix
··· 25 25 meta = { 26 26 description = "Set of externals to facilitate the use of sensors within Pure Data and to create complex relations between input and output of a dynamic system"; 27 27 homepage = "http://www.chnry.net/ch/?090-Pure-Mapping&lang=en"; 28 - license = lib.licenses.gpl1; 28 + license = lib.licenses.gpl1Only; 29 29 maintainers = [ lib.maintainers.magnetophon ]; 30 30 platforms = lib.platforms.linux; 31 31 };
+1 -1
pkgs/applications/misc/grsync/default.nix
··· 25 25 meta = with lib; { 26 26 description = "Synchronize folders, files and make backups"; 27 27 homepage = "http://www.opbyte.it/grsync/"; 28 - license = licenses.gpl1; 28 + license = licenses.gpl2Only; 29 29 platforms = platforms.linux; 30 30 maintainers = [ maintainers.kuznero ]; 31 31 };
+1 -1
pkgs/applications/science/logic/prover9/default.nix
··· 33 33 34 34 meta = with lib; { 35 35 homepage = "https://www.cs.unm.edu/~mccune/mace4/"; 36 - license = licenses.gpl1; 36 + license = licenses.gpl2Only; 37 37 description = "Automated theorem prover for first-order and equational logic"; 38 38 longDescription = '' 39 39 Prover9 is a resolution/paramodulation automated theorem prover
+1 -1
pkgs/development/libraries/libdvbcsa/default.nix
··· 15 15 description = "A free implementation of the DVB Common Scrambling Algorithm with encryption and decryption capabilities"; 16 16 homepage = "http://www.videolan.org/developers/libdvbcsa.html"; 17 17 platforms = lib.platforms.unix; 18 - license = lib.licenses.gpl1; 18 + license = lib.licenses.gpl2Only; 19 19 maintainers = with lib.maintainers; [ melias122 ]; 20 20 }; 21 21
+1 -1
pkgs/development/python-modules/geeknote/default.nix
··· 31 31 meta = with lib; { 32 32 description = "Work with Evernote from command line"; 33 33 homepage = "http://www.geeknote.me"; 34 - license = licenses.gpl1; 34 + license = licenses.gpl1Only; 35 35 maintainers = with maintainers; [ hbunke ]; 36 36 }; 37 37
+1 -1
pkgs/development/python-modules/hopcroftkarp/default.nix
··· 18 18 meta = with lib; { 19 19 description = "Implementation of HopcroftKarp's algorithm"; 20 20 homepage = "https://github.com/sofiat-olaosebikan/hopcroftkarp"; 21 - license = licenses.gpl1; 21 + license = licenses.gpl3Only; 22 22 maintainers = [ maintainers.costrouc ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/python-modules/mysqlclient/default.nix
··· 23 23 meta = with lib; { 24 24 description = "Python interface to MySQL"; 25 25 homepage = "https://github.com/PyMySQL/mysqlclient-python"; 26 - license = licenses.gpl1; 26 + license = licenses.gpl2Only; 27 27 maintainers = with maintainers; [ y0no ]; 28 28 }; 29 29 }
+1 -1
pkgs/games/xbill/default.nix
··· 35 35 meta = with stdenv; { 36 36 description = "Protect a computer network from getting infected"; 37 37 homepage = "http://www.xbill.org/"; 38 - license = lib.licenses.gpl1; 38 + license = lib.licenses.gpl1Only; 39 39 maintainers = with lib.maintainers; [ aw ]; 40 40 longDescription = '' 41 41 Ever get the feeling that nothing is going right? You're a sysadmin,
+1 -1
pkgs/misc/screensavers/electricsheep/default.nix
··· 42 42 homepage = "https://electricsheep.org/"; 43 43 maintainers = with maintainers; [ ]; 44 44 platforms = platforms.linux; 45 - license = licenses.gpl1; 45 + license = licenses.gpl2Only; 46 46 }; 47 47 }
+1 -1
pkgs/tools/graphics/graph-easy/default.nix
··· 10 10 11 11 meta = with lib; { 12 12 description = "Render/convert graphs in/from various formats"; 13 - license = licenses.gpl1; 13 + license = licenses.gpl1Only; 14 14 platforms = platforms.unix; 15 15 maintainers = [ maintainers.jensbin ]; 16 16 };
+1 -1
pkgs/tools/networking/pirate-get/default.nix
··· 16 16 meta = with lib; { 17 17 description = "A command line interface for The Pirate Bay"; 18 18 homepage = "https://github.com/vikstrous/pirate-get"; 19 - license = licenses.gpl1; 19 + license = licenses.gpl3Plus; 20 20 maintainers = with maintainers; [ rnhmjoj ]; 21 21 platforms = platforms.unix; 22 22 };
+1 -1
pkgs/tools/security/bmrsa/11.nix
··· 23 23 meta = with lib; { 24 24 description = "RSA utility"; 25 25 homepage = "http://bmrsa.sourceforge.net/"; 26 - license = licenses.gpl1; 26 + license = licenses.gpl2Only; 27 27 platforms = platforms.linux; 28 28 }; 29 29 }
+1 -1
pkgs/tools/text/untex/default.nix
··· 22 22 meta = with lib; { 23 23 description = "A utility which removes LaTeX commands from input"; 24 24 homepage = "https://www.ctan.org/pkg/untex"; 25 - license = licenses.gpl1; 25 + license = licenses.gpl1Only; 26 26 maintainers = with maintainers; [ joachifm ]; 27 27 platforms = platforms.all; 28 28 };