Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #111561 from markuskowa/fix-maint

authored by Sandro and committed by GitHub 23db1926 3151fd59

+13 -12
+1 -1
pkgs/applications/misc/nrsc5/default.nix
··· 46 46 homepage = "https://github.com/theori-io/nrsc5"; 47 47 description = "HD-Radio decoder for RTL-SDR"; 48 48 platforms = lib.platforms.linux; 49 - license = licenses.gpl3; 49 + license = licenses.gpl3Plus; 50 50 maintainers = with maintainers; [ markuskowa ]; 51 51 }; 52 52 }
+2 -1
pkgs/applications/radio/multimon-ng/default.nix
··· 37 37 ZVEI3 DZVEI PZVEI EEA EIA CCIR MORSE CW 38 38 ''; 39 39 homepage = "https://github.com/EliasOenal/multimon-ng"; 40 - license = licenses.gpl2; 40 + license = licenses.gpl2Only; 41 41 platforms = platforms.linux; 42 + maintainers = [ maintainers.markuskowa ]; 42 43 }; 43 44 }
+1 -1
pkgs/applications/radio/soapybladerf/default.nix
··· 25 25 meta = with lib; { 26 26 homepage = "https://github.com/pothosware/SoapyBladeRF"; 27 27 description = "SoapySDR plugin for BladeRF devices"; 28 - license = licenses.lgpl21; 28 + license = licenses.lgpl21Only; 29 29 maintainers = with maintainers; [ markuskowa ]; 30 30 platforms = platforms.linux; 31 31 };
+1 -1
pkgs/applications/radio/welle-io/default.nix
··· 43 43 description = "A DAB/DAB+ Software Radio"; 44 44 homepage = "https://www.welle.io/"; 45 45 maintainers = with maintainers; [ ck3d markuskowa ]; 46 - license = licenses.gpl2; 46 + license = licenses.gpl2Only; 47 47 platforms = with platforms; [ "x86_64-linux" "i686-linux" ] ++ darwin; 48 48 }; 49 49 }
+1 -1
pkgs/applications/science/astronomy/gpredict/default.nix
··· 26 26 well. Gpredict uses the SGP4/SDP4 algorithms, which are compatible with the 27 27 NORAD Keplerian elements. 28 28 ''; 29 - license = licenses.gpl2; 29 + license = licenses.gpl2Only; 30 30 platforms = platforms.linux; 31 31 homepage = "http://gpredict.oz9aec.net/"; 32 32 maintainers = [ maintainers.markuskowa maintainers.cmcdragonkai ];
+1 -1
pkgs/applications/science/chemistry/openmolcas/default.nix
··· 69 69 description = "Advanced quantum chemistry software package"; 70 70 homepage = "https://gitlab.com/Molcas/OpenMolcas"; 71 71 maintainers = [ maintainers.markuskowa ]; 72 - license = licenses.lgpl21; 72 + license = licenses.lgpl21Only; 73 73 platforms = [ "x86_64-linux" ]; 74 74 }; 75 75 }
+1 -1
pkgs/applications/version-management/git-and-tools/qgit/default.nix
··· 16 16 nativeBuildInputs = [ cmake ]; 17 17 18 18 meta = with lib; { 19 - license = licenses.gpl2; 19 + license = licenses.gpl2Only; 20 20 homepage = "https://github.com/tibirna/qgit"; 21 21 description = "Graphical front-end to Git"; 22 22 maintainers = with maintainers; [ peterhoeg markuskowa ];
+1 -1
pkgs/development/libraries/codec2/default.nix
··· 16 16 meta = with lib; { 17 17 description = "Speech codec designed for communications quality speech at low data rates"; 18 18 homepage = "http://www.rowetel.com/blog/?page_id=452"; 19 - license = licenses.lgpl21; 19 + license = licenses.lgpl21Only; 20 20 platforms = platforms.unix; 21 21 maintainers = with maintainers; [ markuskowa ]; 22 22 };
+1 -1
pkgs/os-specific/linux/linuxptp/default.nix
··· 27 27 description = "Implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux"; 28 28 homepage = "http://linuxptp.sourceforge.net/"; 29 29 maintainers = [ maintainers.markuskowa ]; 30 - license = licenses.gpl2; 30 + license = licenses.gpl2Only; 31 31 platforms = platforms.linux; 32 32 }; 33 33 }
+1 -1
pkgs/servers/computing/slurm-spank-x11/default.nix
··· 30 30 homepage = "https://github.com/hautreux/slurm-spank-x11"; 31 31 description = "Plugin for SLURM to allow for interactive X11 sessions"; 32 32 platforms = platforms.linux; 33 - license = licenses.gpl3; 33 + license = licenses.gpl3Only; 34 34 maintainers = with maintainers; [ markuskowa ]; 35 35 }; 36 36 }
+1 -1
pkgs/servers/computing/slurm/default.nix
··· 82 82 homepage = "http://www.schedmd.com/"; 83 83 description = "Simple Linux Utility for Resource Management"; 84 84 platforms = platforms.linux; 85 - license = licenses.gpl2; 85 + license = licenses.gpl2Only; 86 86 maintainers = with maintainers; [ jagajaga markuskowa ]; 87 87 }; 88 88 }
+1 -1
pkgs/tools/misc/snapper/default.nix
··· 69 69 meta = with lib; { 70 70 description = "Tool for Linux filesystem snapshot management"; 71 71 homepage = "http://snapper.io"; 72 - license = licenses.gpl2; 72 + license = licenses.gpl2Only; 73 73 platforms = platforms.linux; 74 74 maintainers = with maintainers; [ tstrobel markuskowa ]; 75 75 };