Merge pull request #297173 from Lurkki14/agpl3

treewide: remove licenses.agpl3

authored by Pol Dellaiera and committed by GitHub 65cbb455 9ef9859c

+118 -123
-5
lib/licenses.nix
··· 1266 1266 }; 1267 1267 } // { 1268 1268 # TODO: remove legacy aliases 1269 - agpl3 = { 1270 - spdxId = "AGPL-3.0"; 1271 - fullName = "GNU Affero General Public License v3.0"; 1272 - deprecated = true; 1273 - }; 1274 1269 gpl2 = { 1275 1270 spdxId = "GPL-2.0"; 1276 1271 fullName = "GNU General Public License v2.0";
+1 -1
pkgs/applications/audio/cider/default.nix
··· 23 23 meta = with lib; { 24 24 description = "A new look into listening and enjoying Apple Music in style and performance."; 25 25 homepage = "https://github.com/ciderapp/Cider"; 26 - license = licenses.agpl3; 26 + license = licenses.agpl3Only; 27 27 maintainers = [ maintainers.cigrainger ]; 28 28 platforms = [ "x86_64-linux" ]; 29 29 mainProgram = "cider";
+1 -1
pkgs/applications/backup/urbackup-client/default.nix
··· 38 38 description = "An easy to setup Open Source client/server backup system"; 39 39 longDescription = "An easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time"; 40 40 homepage = "https://www.urbackup.org/index.html"; 41 - license = licenses.agpl3; 41 + license = licenses.agpl3Plus; 42 42 platforms = platforms.linux; 43 43 maintainers = [ maintainers.mgttlinger ]; 44 44 };
+1 -1
pkgs/applications/editors/standardnotes/default.nix
··· 51 51 end-to-end encryption, powerful extensions, and open-source applications. 52 52 ''; 53 53 homepage = "https://standardnotes.org"; 54 - license = licenses.agpl3; 54 + license = licenses.agpl3Only; 55 55 maintainers = with maintainers; [ mgregoire chuangzhu squalus ]; 56 56 sourceProvenance = [ sourceTypes.binaryNativeCode ]; 57 57 platforms = builtins.attrNames srcjson.deb;
+1 -1
pkgs/applications/graphics/pikopixel/default.nix
··· 42 42 mainProgram = "PikoPixel"; 43 43 homepage = "https://twilightedge.com/mac/pikopixel/"; 44 44 downloadPage = "https://twilightedge.com/mac/pikopixel/"; 45 - license = licenses.agpl3; 45 + license = licenses.agpl3Plus; 46 46 maintainers = with maintainers; [ fgaz ]; 47 47 platforms = platforms.all; 48 48 };
+1 -1
pkgs/applications/misc/bambu-studio/default.nix
··· 169 169 meta = with lib; { 170 170 description = "PC Software for BambuLab's 3D printers"; 171 171 homepage = "https://github.com/bambulab/BambuStudio"; 172 - license = licenses.agpl3; 172 + license = licenses.agpl3Plus; 173 173 maintainers = with maintainers; [ zhaofengli ]; 174 174 mainProgram = "bambu-studio"; 175 175 platforms = platforms.linux;
+1 -1
pkgs/applications/misc/cura/plugins.nix
··· 27 27 meta = with lib; { 28 28 description = "Enables printing directly to OctoPrint and monitoring the process"; 29 29 homepage = "https://github.com/fieldOfView/Cura-OctoPrintPlugin"; 30 - license = licenses.agpl3; 30 + license = licenses.agpl3Plus; 31 31 maintainers = with maintainers; [ gebner ]; 32 32 }; 33 33 };
+1 -1
pkgs/applications/misc/curaengine/stable.nix
··· 24 24 description = "Engine for processing 3D models into 3D printing instructions"; 25 25 mainProgram = "CuraEngine"; 26 26 homepage = "https://github.com/Ultimaker/CuraEngine"; 27 - license = licenses.agpl3; 27 + license = licenses.agpl3Plus; 28 28 platforms = platforms.linux; 29 29 }; 30 30 }
+1 -1
pkgs/applications/misc/gopacked/default.nix
··· 17 17 18 18 meta = with lib; { 19 19 description = "A simple text-based Minecraft modpack manager"; 20 - license = licenses.agpl3; 20 + license = licenses.agpl3Plus; 21 21 homepage = src.meta.homepage; 22 22 maintainers = with maintainers; [ ]; 23 23 };
+1 -1
pkgs/applications/misc/klipperscreen/default.nix
··· 48 48 meta = with lib; { 49 49 description = "Touchscreen GUI for the Klipper 3D printer firmware"; 50 50 homepage = "https://github.com/jordanruthe/KlipperScreen"; 51 - license = licenses.agpl3; 51 + license = licenses.agpl3Only; 52 52 maintainers = with maintainers; [ cab404 ]; 53 53 mainProgram = "KlipperScreen"; 54 54 };
+16 -16
pkgs/applications/misc/octoprint/plugins.nix
··· 53 53 meta = with lib; { 54 54 description = "Marlin auto bed leveling control, mesh correction, and z probe handling"; 55 55 homepage = "https://framagit.org/razer/Octoprint_ABL_Expert/"; 56 - license = licenses.agpl3; 56 + license = licenses.agpl3Only; 57 57 maintainers = with maintainers; [ WhittlesJr ]; 58 58 }; 59 59 }; ··· 72 72 meta = with lib; { 73 73 description = "Displays 3D mesh of bed topography report"; 74 74 homepage = "https://github.com/jneilliii/OctoPrint-BedLevelVisualizer"; 75 - license = licenses.agpl3; 75 + license = licenses.mit; 76 76 maintainers = with maintainers; [ lovesegfault ]; 77 77 }; 78 78 }; ··· 110 110 meta = with lib; { 111 111 description = "Plugin for slicing via Cura Legacy from within OctoPrint"; 112 112 homepage = "https://github.com/OctoPrint/OctoPrint-CuraEngineLegacy"; 113 - license = licenses.agpl3; 113 + license = licenses.agpl3Only; 114 114 maintainers = with maintainers; [ gebner ]; 115 115 }; 116 116 }; ··· 148 148 meta = with lib; { 149 149 description = "OctoPrint-Plugin that sends the current progress of a print via M117 command"; 150 150 homepage = "https://github.com/OllisGit/OctoPrint-DisplayLayerProgress"; 151 - license = licenses.agpl3; 151 + license = licenses.agpl3Only; 152 152 maintainers = with maintainers; [ j0hax ]; 153 153 }; 154 154 }; ··· 186 186 meta = with lib; { 187 187 description = "Edit gcode on OctoPrint"; 188 188 homepage = "https://github.com/ieatacid/OctoPrint-GcodeEditor"; 189 - license = licenses.agpl3; 189 + license = licenses.agpl3Only; 190 190 maintainers = with maintainers; [ WhittlesJr ]; 191 191 }; 192 192 }; ··· 205 205 meta = with lib; { 206 206 description = "Displays GCode documentation for Marlin in the Octoprint terminal command line"; 207 207 homepage = "https://github.com/costas-basdekis/MarlinGcodeDocumentation"; 208 - license = licenses.agpl3; 208 + license = licenses.agpl3Only; 209 209 maintainers = with maintainers; [ lovesegfault ]; 210 210 }; 211 211 }; ··· 226 226 meta = with lib; { 227 227 description = "Publish printer status MQTT"; 228 228 homepage = "https://github.com/OctoPrint/OctoPrint-MQTT"; 229 - license = licenses.agpl3; 229 + license = licenses.agpl3Only; 230 230 maintainers = with maintainers; [ peterhoeg ]; 231 231 }; 232 232 }; ··· 256 256 meta = with lib; { 257 257 description = "Better print time estimation for OctoPrint"; 258 258 homepage = "https://github.com/eyal0/OctoPrint-PrintTimeGenius"; 259 - license = licenses.agpl3; 259 + license = licenses.agpl3Only; 260 260 maintainers = with maintainers; [ gebner ]; 261 261 }; 262 262 }; ··· 284 284 meta = with lib; { 285 285 description = "OctoPrint plugin to control ATX/AUX power supply"; 286 286 homepage = "https://github.com/kantlivelong/OctoPrint-PSUControl"; 287 - license = licenses.agpl3; 287 + license = licenses.agpl3Only; 288 288 maintainers = with maintainers; [ gebner ]; 289 289 }; 290 290 }; ··· 303 303 meta = with lib; { 304 304 description = "A simple plugin that add an emergency stop buton on NavBar of OctoPrint"; 305 305 homepage = "https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop"; 306 - license = licenses.agpl3; 306 + license = licenses.agpl3Only; 307 307 maintainers = with maintainers; [ WhittlesJr ]; 308 308 }; 309 309 }; ··· 322 322 meta = with lib; { 323 323 description = "A simple stl viewer tab for OctoPrint"; 324 324 homepage = "https://github.com/jneilliii/Octoprint-STLViewer"; 325 - license = licenses.agpl3; 325 + license = licenses.agpl3Only; 326 326 maintainers = with maintainers; [ abbradar ]; 327 327 }; 328 328 }; ··· 362 362 meta = with lib; { 363 363 description = "Beautiful themes for OctoPrint"; 364 364 homepage = "https://github.com/birkbjo/OctoPrint-Themeify"; 365 - license = licenses.agpl3; 365 + license = licenses.agpl3Only; 366 366 maintainers = with maintainers; [ lovesegfault ]; 367 367 }; 368 368 }; ··· 381 381 meta = with lib; { 382 382 description = "Show printers status in window title"; 383 383 homepage = "https://github.com/MoonshineSG/OctoPrint-TitleStatus"; 384 - license = licenses.agpl3; 384 + license = licenses.agpl3Only; 385 385 maintainers = with maintainers; [ abbradar ]; 386 386 }; 387 387 }; ··· 400 400 meta = with lib; { 401 401 description = "Touch friendly interface for a small TFT module or phone for OctoPrint"; 402 402 homepage = "https://github.com/BillyBlaze/OctoPrint-TouchUI"; 403 - license = licenses.agpl3; 403 + license = licenses.agpl3Only; 404 404 maintainers = with maintainers; [ gebner ]; 405 405 }; 406 406 }; ··· 419 419 meta = with lib; { 420 420 description = "A plugin for a better integration of Klipper into OctoPrint"; 421 421 homepage = "https://github.com/AliceGrey/OctoprintKlipperPlugin"; 422 - license = licenses.agpl3; 422 + license = licenses.agpl3Only; 423 423 maintainers = with maintainers; [ lovesegfault ]; 424 424 }; 425 425 }; ··· 473 473 meta = with lib; { 474 474 description = "A dashboard for Octoprint"; 475 475 homepage = "https://github.com/StefanCohen/OctoPrint-Dashboard"; 476 - license = licenses.agpl3; 476 + license = licenses.agpl3Plus; 477 477 maintainers = with maintainers; [ j0hax ]; 478 478 }; 479 479 };
+1 -1
pkgs/applications/misc/osmctools/default.nix
··· 23 23 ]; 24 24 maintainers = with maintainers; [ sikmir ]; 25 25 platforms = platforms.unix; 26 - license = licenses.agpl3; 26 + license = licenses.agpl3Only; 27 27 }; 28 28 }
+1 -1
pkgs/applications/misc/prusa-slicer/default.nix
··· 191 191 meta = with lib; { 192 192 description = "G-code generator for 3D printer"; 193 193 homepage = "https://github.com/prusa3d/PrusaSlicer"; 194 - license = licenses.agpl3; 194 + license = licenses.agpl3Plus; 195 195 maintainers = with maintainers; [ moredread tweber tmarkus ]; 196 196 platforms = platforms.unix; 197 197 } // lib.optionalAttrs (stdenv.isDarwin) {
+1 -1
pkgs/applications/misc/prusa-slicer/super-slicer.nix
··· 81 81 meta = with lib; { 82 82 inherit description; 83 83 homepage = "https://github.com/supermerill/SuperSlicer"; 84 - license = licenses.agpl3; 84 + license = licenses.agpl3Plus; 85 85 maintainers = with maintainers; [ cab404 moredread tmarkus ]; 86 86 mainProgram = "superslicer"; 87 87 };
+1 -1
pkgs/applications/misc/slic3r/default.nix
··· 96 96 slices (layers), generates toolpaths to fill them and calculates the 97 97 amount of material to be extruded.''; 98 98 homepage = "https://slic3r.org/"; 99 - license = licenses.agpl3; 99 + license = licenses.agpl3Plus; 100 100 platforms = platforms.linux; 101 101 maintainers = with maintainers; [ bjornfor ]; 102 102 };
+1 -1
pkgs/applications/networking/brig/default.nix
··· 51 51 ''; 52 52 homepage = "https://brig.readthedocs.io"; 53 53 changelog = "https://github.com/sahib/brig/releases/tag/${src.rev}"; 54 - license = licenses.agpl3; 54 + license = licenses.agpl3Only; 55 55 maintainers = with maintainers; [ offline ]; 56 56 mainProgram = "brig"; 57 57 };
+1 -1
pkgs/applications/networking/circumflex/default.nix
··· 23 23 meta = with lib; { 24 24 description = "A command line tool for browsing Hacker News in your terminal"; 25 25 homepage = "https://github.com/bensadeh/circumflex"; 26 - license = licenses.agpl3; 26 + license = licenses.agpl3Only; 27 27 maintainers = with maintainers; [ mktip ]; 28 28 mainProgram = "clx"; 29 29 };
+1 -1
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 776 776 "owner": "aminueza", 777 777 "repo": "terraform-provider-minio", 778 778 "rev": "v2.2.0", 779 - "spdx": "AGPL-3.0", 779 + "spdx": "AGPL-3.0-only", 780 780 "vendorHash": "sha256-Uxexx5sK6D+EEEPWLnWFE0HPG1RKUsYnSJ/1bV9JBkw=" 781 781 }, 782 782 "mongodbatlas": {
+1 -1
pkgs/applications/networking/p2p/magnetico/default.nix
··· 40 40 broken = true; 41 41 description = "Autonomous (self-hosted) BitTorrent DHT search engine suite"; 42 42 homepage = "https://github.com/ireun/magnetico"; 43 - license = licenses.agpl3; 43 + license = licenses.agpl3Only; 44 44 badPlatforms = platforms.darwin; 45 45 maintainers = with maintainers; [ rnhmjoj ]; 46 46 };
+1 -1
pkgs/applications/networking/ssb-patchwork/default.nix
··· 46 46 sea-slang for gossip - a scuttlebutt is basically a watercooler on a ship. 47 47 ''; 48 48 homepage = "https://www.scuttlebutt.nz/"; 49 - license = licenses.agpl3; 49 + license = licenses.agpl3Only; 50 50 maintainers = with maintainers; [ asymmetric picnoir cyplo ]; 51 51 mainProgram = "ssb-patchwork"; 52 52 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/applications/office/beamerpresenter/default.nix
··· 87 87 meta = with lib; { 88 88 description = "Modular multi screen pdf presentation viewer"; 89 89 homepage = "https://github.com/stiglers-eponym/BeamerPresenter"; 90 - license = with licenses; [ agpl3 gpl3Plus ]; 90 + license = with licenses; [ agpl3Only gpl3Plus ]; 91 91 platforms = platforms.all; 92 92 maintainers = with maintainers; [ pacien dotlambda ]; 93 93 mainProgram = "beamerpresenter";
+1 -1
pkgs/applications/radio/qradiolink/default.nix
··· 81 81 description = "SDR transceiver application for analog and digital modes"; 82 82 mainProgram = "qradiolink"; 83 83 homepage = "http://qradiolink.org/"; 84 - license = licenses.agpl3; 84 + license = licenses.agpl3Plus; 85 85 maintainers = [ maintainers.markuskowa ]; 86 86 platforms = platforms.linux; 87 87 };
+1 -1
pkgs/applications/radio/srsran/default.nix
··· 46 46 meta = with lib; { 47 47 homepage = "https://www.srslte.com/"; 48 48 description = "Open-source 4G and 5G software radio suite."; 49 - license = licenses.agpl3; 49 + license = licenses.agpl3Plus; 50 50 platforms = with platforms; linux ; 51 51 maintainers = with maintainers; [ hexagonal-sun ]; 52 52 };
+1 -1
pkgs/applications/science/biology/minia/default.nix
··· 27 27 description = "Short read genome assembler"; 28 28 mainProgram = "minia"; 29 29 homepage = "https://github.com/GATB/minia"; 30 - license = licenses.agpl3; 30 + license = licenses.agpl3Plus; 31 31 maintainers = with maintainers; [ jbedo ]; 32 32 platforms = [ "x86_64-linux" ]; 33 33 };
+1 -1
pkgs/applications/science/electronics/kicad/base.nix
··· 196 196 Just the build products, the libraries are passed via an env var in the wrapper, default.nix 197 197 ''; 198 198 homepage = "https://www.kicad.org/"; 199 - license = lib.licenses.agpl3; 199 + license = lib.licenses.agpl3Plus; 200 200 platforms = lib.platforms.all; 201 201 }; 202 202 }
+1 -1
pkgs/by-name/de/deskreen/package.nix
··· 36 36 meta = { 37 37 description = "Turn any device into a secondary screen for your computer"; 38 38 homepage = "https://deskreen.com"; 39 - license = lib.licenses.agpl3; 39 + license = lib.licenses.agpl3Only; 40 40 mainProgram = "deskreen"; 41 41 maintainers = with lib.maintainers; [ leo248 drupol ]; 42 42 platforms = lib.platforms.linux;
+2 -2
pkgs/by-name/ge/gerbolyze/package.nix
··· 37 37 meta = with lib; { 38 38 description = "svg-flatten SVG downconverter"; 39 39 homepage = "https://github.com/jaseg/gerbolyze"; 40 - license = with licenses; [ agpl3 ]; 40 + license = with licenses; [ agpl3Plus ]; 41 41 maintainers = with maintainers; [ wulfsta ]; 42 42 mainProgram = "svg-flatten"; 43 43 platforms = platforms.linux; ··· 84 84 meta = with lib; { 85 85 description = "Directly render SVG overlays into Gerber and Excellon files"; 86 86 homepage = "https://github.com/jaseg/gerbolyze"; 87 - license = with licenses; [ agpl3 ]; 87 + license = with licenses; [ agpl3Plus ]; 88 88 maintainers = with maintainers; [ wulfsta ]; 89 89 mainProgram = "gerbolyze"; 90 90 platforms = platforms.linux;
+1 -1
pkgs/by-name/hd/hdrop/package.nix
··· 46 46 description = "Emulate 'tdrop' in Hyprland (run, show and hide specific programs per keybind)"; 47 47 homepage = "https://github.com/Schweber/hdrop"; 48 48 changelog = "https://github.com/Schweber/hdrop/releases/tag/v${version}"; 49 - license = licenses.agpl3; 49 + license = licenses.agpl3Only; 50 50 platforms = platforms.linux; 51 51 maintainers = with maintainers; [ Schweber ]; 52 52 mainProgram = "hdrop";
+1 -1
pkgs/by-name/ja/jasp-desktop/package.nix
··· 110 110 changelog = "https://jasp-stats.org/release-notes"; 111 111 description = "A complete statistical package for both Bayesian and Frequentist statistical methods"; 112 112 homepage = "https://github.com/jasp-stats/jasp-desktop"; 113 - license = lib.licenses.agpl3; 113 + license = lib.licenses.agpl3Plus; 114 114 mainProgram = "JASP"; 115 115 maintainers = with lib.maintainers; [ tomasajt ]; 116 116 # JASP's cmake build steps are really different on Darwin
+1 -1
pkgs/by-name/li/listmonk/package.nix
··· 52 52 homepage = "https://github.com/knadh/listmonk"; 53 53 changelog = "https://github.com/knadh/listmonk/releases/tag/v${version}"; 54 54 maintainers = with maintainers; [ raitobezarius ]; 55 - license = licenses.agpl3; 55 + license = licenses.agpl3Only; 56 56 }; 57 57 }
+1 -1
pkgs/by-name/mo/movim/package.nix
··· 37 37 meta = { 38 38 description = "a federated blogging & chat platform that acts as a web front end for the XMPP protocol"; 39 39 homepage = "https://movim.eu"; 40 - license = lib.licenses.agpl3; 40 + license = lib.licenses.agpl3Plus; 41 41 maintainers = with lib.maintainers; [ toastal ]; 42 42 }; 43 43 })
+1 -1
pkgs/by-name/ol/olvid/package.nix
··· 100 100 meta = with lib; { 101 101 description = "The secure french messenger"; 102 102 homepage = "https://www.olvid.io"; 103 - license = licenses.agpl3; 103 + license = licenses.agpl3Only; 104 104 mainProgram = "olvid"; 105 105 maintainers = with maintainers; [ rookeur ]; 106 106 platforms = platforms.linux;
+1 -1
pkgs/by-name/pd/pdfannots2json/package.nix
··· 18 18 19 19 meta = with lib; { 20 20 homepage = "https://github.com/mgmeyers/pdfannots2json"; 21 - license = licenses.agpl3; 21 + license = licenses.agpl3Only; 22 22 description = "A tool to convert PDF annotations to JSON"; 23 23 mainProgram = "pdfannots2json"; 24 24 maintainers = with maintainers; [ _0nyr ];
+1 -1
pkgs/by-name/si/signaturepdf/package.nix
··· 52 52 homepage = "https://pdf.24eme.fr/"; 53 53 changelog = 54 54 "https://github.com/24eme/signaturepdf/releases/tag/v${version}"; 55 - license = licenses.agpl3; 55 + license = licenses.agpl3Only; 56 56 platforms = platforms.all; 57 57 maintainers = with maintainers; [ DamienCassou ]; 58 58 };
+1 -1
pkgs/by-name/tr/treedome/package.nix
··· 141 141 meta = with lib; { 142 142 description = "A local-first, encrypted, note taking application organized in tree-like structures"; 143 143 homepage = " https://codeberg.org/solver-orgz/treedome"; 144 - license = licenses.agpl3; 144 + license = licenses.agpl3Only; 145 145 platforms = [ "x86_64-linux" ]; 146 146 mainProgram = "treedome"; 147 147 maintainers = with maintainers; [ tengkuizdihar ];
+1 -1
pkgs/development/idris-modules/cube.nix
··· 16 16 meta = { 17 17 description = "An implementation of the Lambda Cube in Idris"; 18 18 homepage = "https://github.com/aatxe/cube.idr"; 19 - license = lib.licenses.agpl3; 19 + license = lib.licenses.agpl3Only; 20 20 maintainers = [ lib.maintainers.brainrape ]; 21 21 }; 22 22 }
+1 -1
pkgs/development/idris-modules/mapping.nix
··· 16 16 meta = { 17 17 description = "Idris mapping library"; 18 18 homepage = "https://github.com/zaoqi/Mapping.idr"; 19 - license = lib.licenses.agpl3; 19 + license = lib.licenses.agpl3Plus; 20 20 maintainers = [ lib.maintainers.brainrape ]; 21 21 }; 22 22 }
+1 -1
pkgs/development/libraries/agda/1lab/default.nix
··· 28 28 description = 29 29 "A formalised, cross-linked reference resource for mathematics done in Homotopy Type Theory "; 30 30 homepage = src.meta.homepage; 31 - license = licenses.agpl3; 31 + license = licenses.agpl3Only; 32 32 platforms = platforms.unix; 33 33 maintainers = with maintainers; [ ncfavier ]; 34 34 };
+1 -1
pkgs/development/libraries/db/db-6.0.nix
··· 3 3 import ./generic.nix (args // { 4 4 version = "6.0.30"; 5 5 sha256 = "1lhglbvg65j5slrlv7qv4vi3cvd7kjywa07gq1abzschycf4p3k0"; 6 - license = lib.licenses.agpl3; 6 + license = lib.licenses.agpl3Only; 7 7 extraPatches = [ 8 8 ./clang-6.0.patch 9 9 ./CVE-2017-10140-cwd-db_config.patch
+1 -1
pkgs/development/libraries/db/db-6.2.nix
··· 3 3 import ./generic.nix (args // { 4 4 version = "6.2.32"; 5 5 sha256 = "1yx8wzhch5wwh016nh0kfxvknjkafv6ybkqh6nh7lxx50jqf5id9"; 6 - license = lib.licenses.agpl3; 6 + license = lib.licenses.agpl3Only; 7 7 extraPatches = [ 8 8 ./clang-6.0.patch 9 9 ./CVE-2017-10140-cwd-db_config.patch
+1 -1
pkgs/development/libraries/dbxml/default.nix
··· 37 37 meta = with lib; { 38 38 homepage = "https://www.oracle.com/database/berkeley-db/xml.html"; 39 39 description = "Embeddable XML database based on Berkeley DB"; 40 - license = licenses.agpl3; 40 + license = licenses.agpl3Only; 41 41 maintainers = with maintainers; [ ]; 42 42 platforms = platforms.unix; 43 43 };
+1 -1
pkgs/development/libraries/funambol/default.nix
··· 18 18 meta = with lib; { 19 19 description = "SyncML client sdk by Funambol project"; 20 20 homepage = "https://www.funambol.com"; 21 - license = licenses.agpl3; 21 + license = licenses.agpl3Only; 22 22 platforms = platforms.unix; 23 23 }; 24 24 }
+1 -1
pkgs/development/libraries/jbig2dec/default.nix
··· 26 26 homepage = "https://www.jbig2dec.com/"; 27 27 description = "Decoder implementation of the JBIG2 image compression format"; 28 28 mainProgram = "jbig2dec"; 29 - license = lib.licenses.agpl3; 29 + license = lib.licenses.agpl3Only; 30 30 platforms = lib.platforms.unix; 31 31 }; 32 32 }
+1 -1
pkgs/development/node-packages/node-packages.nix
··· 89968 89968 meta = { 89969 89969 description = "A T-SQL formatting utility in JS, transpiled from the C# library of the same name."; 89970 89970 homepage = "https://github.com/TaoK/poor-mans-t-sql-formatter-npm-cli#readme"; 89971 - license = "AGPL-3.0"; 89971 + license = "AGPL-3.0-only"; 89972 89972 }; 89973 89973 production = true; 89974 89974 bypassCache = true;
+1 -1
pkgs/development/python-modules/audible/default.nix
··· 50 50 51 51 meta = with lib; { 52 52 description = "A(Sync) Interface for internal Audible API written in pure Python"; 53 - license = licenses.agpl3; 53 + license = licenses.agpl3Only; 54 54 homepage = "https://github.com/mkb79/Audible"; 55 55 maintainers = with maintainers; [ jvanbruegge ]; 56 56 };
+1 -1
pkgs/development/python-modules/bsddb3/default.nix
··· 32 32 meta = with lib; { 33 33 description = "Python bindings for Oracle Berkeley DB"; 34 34 homepage = "https://www.jcea.es/programacion/pybsddb.htm"; 35 - license = with licenses; [ agpl3 ]; # License changed from bsd3 to agpl3 since 6.x 35 + license = with licenses; [ agpl3Only ]; # License changed from bsd3 to agpl3 since 6.x 36 36 maintainers = [ ]; 37 37 }; 38 38
+1 -1
pkgs/development/python-modules/iso-639/default.nix
··· 15 15 meta = with lib; { 16 16 homepage = "https://github.com/noumar/iso639"; 17 17 description = "ISO 639 library for Python"; 18 - license = licenses.agpl3; 18 + license = licenses.agpl3Only; 19 19 maintainers = with maintainers; [ zraexy ]; 20 20 }; 21 21 }
+1 -1
pkgs/development/python-modules/pelican/default.nix
··· 126 126 meta = with lib; { 127 127 description = "Static site generator that requires no database or server-side logic"; 128 128 homepage = "https://getpelican.com/"; 129 - license = licenses.agpl3; 129 + license = licenses.agpl3Only; 130 130 maintainers = with maintainers; [ offline prikhi ]; 131 131 }; 132 132 }
+1 -1
pkgs/development/python-modules/radicale-infcloud/default.nix
··· 22 22 meta = with lib; { 23 23 homepage = "https://github.com/Unrud/RadicaleInfCloud/"; 24 24 description = "Integrate InfCloud into Radicale's web interface"; 25 - license = with licenses; [ agpl3 gpl3 ]; 25 + license = with licenses; [ agpl3Plus gpl3 ]; 26 26 maintainers = with maintainers; [ erictapen ]; 27 27 }; 28 28 }
+1 -1
pkgs/development/tools/build-managers/redo-sh/default.nix
··· 24 24 meta = with lib; { 25 25 description = "Redo implementation in Bourne Shell"; 26 26 homepage = "http://news.dieweltistgarnichtso.net/bin/redo-sh.html"; 27 - license = licenses.agpl3; 27 + license = licenses.agpl3Plus; 28 28 platforms = platforms.unix; 29 29 maintainers = with maintainers; [ sternenseemann ]; 30 30 };
+1 -1
pkgs/development/tools/coder/default.nix
··· 84 84 meta = { 85 85 description = "Provision software development environments via Terraform on Linux, macOS, Windows, X86, ARM, and of course, Kubernetes"; 86 86 homepage = "https://coder.com"; 87 - license = lib.licenses.agpl3; 87 + license = lib.licenses.agpl3Only; 88 88 maintainers = [ lib.maintainers.ghuntley lib.maintainers.urandom ]; 89 89 }; 90 90 }
+1 -1
pkgs/games/brogue-ce/default.nix
··· 57 57 description = "A community-lead fork of the minimalist roguelike game Brogue"; 58 58 mainProgram = "brogue-ce"; 59 59 homepage = "https://github.com/tmewett/BrogueCE"; 60 - license = licenses.agpl3; 60 + license = licenses.agpl3Plus; 61 61 maintainers = with maintainers; [ AndersonTorres fgaz ]; 62 62 platforms = platforms.all; 63 63 };
+1 -1
pkgs/games/brogue/default.nix
··· 53 53 description = "A roguelike game"; 54 54 mainProgram = "brogue"; 55 55 homepage = "https://sites.google.com/site/broguegame/"; 56 - license = licenses.agpl3; 56 + license = licenses.agpl3Plus; 57 57 maintainers = with maintainers; [ AndersonTorres fgaz ]; 58 58 platforms = [ "x86_64-linux" ]; 59 59 };
+1 -1
pkgs/games/julius/default.nix
··· 25 25 homepage = "https://github.com/bvschaik/julius"; 26 26 description = "An open source re-implementation of Caesar III"; 27 27 mainProgram = "julius"; 28 - license = licenses.agpl3; 28 + license = licenses.agpl3Only; 29 29 maintainers = with maintainers; [ Thra11 ]; 30 30 platforms = platforms.all; 31 31 broken = stdenv.isDarwin;
+1 -1
pkgs/games/maptool/default.nix
··· 27 27 binaryBytecode 28 28 binaryNativeCode 29 29 ]; 30 - license = licenses.agpl3; 30 + license = licenses.agpl3Plus; 31 31 maintainers = with maintainers; [ rhendric ]; 32 32 platforms = [ "x86_64-linux" ]; 33 33 };
+1 -1
pkgs/games/mar1d/default.nix
··· 40 40 You must view the world as mario does, as a one dimensional line. 41 41 ''; 42 42 homepage = "https://mar1d.com"; 43 - license = licenses.agpl3; 43 + license = licenses.agpl3Only; 44 44 maintainers = with maintainers; [ taeer ]; 45 45 platforms = platforms.unix; 46 46 };
+1 -1
pkgs/misc/ghostscript/default.nix
··· 188 188 operations in the PostScript language, and (iii) a wide variety 189 189 of output drivers for various file formats and printers. 190 190 ''; 191 - license = lib.licenses.agpl3; 191 + license = lib.licenses.agpl3Plus; 192 192 platforms = lib.platforms.all; 193 193 maintainers = [ lib.maintainers.viric ]; 194 194 mainProgram = "gs";
+1 -1
pkgs/servers/akkoma/admin-fe/default.nix
··· 78 78 meta = with lib; { 79 79 description = "Admin interface for Akkoma"; 80 80 homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/"; 81 - license = licenses.agpl3; 81 + license = licenses.agpl3Only; 82 82 maintainers = with maintainers; [ mvs ]; 83 83 }; 84 84 }
+1 -1
pkgs/servers/akkoma/akkoma-fe/default.nix
··· 76 76 meta = with lib; { 77 77 description = "Frontend for Akkoma"; 78 78 homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/"; 79 - license = licenses.agpl3; 79 + license = licenses.agpl3Only; 80 80 maintainers = with maintainers; [ mvs ]; 81 81 }; 82 82 }
+1 -1
pkgs/servers/akkoma/default.nix
··· 228 228 meta = with lib; { 229 229 description = "ActivityPub microblogging server"; 230 230 homepage = "https://akkoma.social"; 231 - license = licenses.agpl3; 231 + license = licenses.agpl3Only; 232 232 maintainers = with maintainers; [ mvs ]; 233 233 platforms = platforms.unix; 234 234 };
+1 -1
pkgs/servers/blockbook/default.nix
··· 64 64 meta = with lib; { 65 65 description = "Trezor address/account balance backend"; 66 66 homepage = "https://github.com/trezor/blockbook"; 67 - license = licenses.agpl3; 67 + license = licenses.agpl3Only; 68 68 maintainers = with maintainers; [ mmahut _1000101 ]; 69 69 platforms = platforms.unix; 70 70 mainProgram = "blockbook";
+1 -1
pkgs/servers/documize-community/default.nix
··· 32 32 33 33 meta = with lib; { 34 34 description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS"; 35 - license = licenses.agpl3; 35 + license = licenses.agpl3Only; 36 36 maintainers = with maintainers; [ ]; 37 37 mainProgram = "documize"; 38 38 homepage = "https://www.documize.com/";
+1 -1
pkgs/servers/filtron/default.nix
··· 31 31 meta = with lib; { 32 32 description = "Reverse HTTP proxy to filter requests by different rules."; 33 33 homepage = "https://github.com/asciimoo/filtron"; 34 - license = licenses.agpl3; 34 + license = licenses.agpl3Only; 35 35 maintainers = [ maintainers.dasj19 ]; 36 36 platforms = platforms.linux; 37 37 mainProgram = "filtron";
+1 -1
pkgs/servers/home-assistant/custom-components/better_thermostat/default.nix
··· 19 19 "Smart TRV control integrates room-temp sensors, window/door sensors, weather forecasts, and ambient probes for efficient heating and calibration, enhancing energy savings and comfort."; 20 20 homepage = "https://better-thermostat.org/"; 21 21 maintainers = with maintainers; [ mguentner ]; 22 - license = licenses.agpl3; 22 + license = licenses.agpl3Only; 23 23 }; 24 24 }
+3 -3
pkgs/servers/http/nginx/modules.nix
··· 77 77 meta = with lib; { 78 78 description = "Validates Akamai v2 query string tokens"; 79 79 homepage = "https://github.com/kaltura/nginx-akamai-token-validate-module"; 80 - license = with licenses; [ agpl3 ]; 80 + license = with licenses; [ agpl3Only ]; 81 81 maintainers = with maintainers; [ ]; 82 82 }; 83 83 }; ··· 685 685 meta = with lib; { 686 686 description = "Generates CDN tokens, either as a cookie or as a query string parameter"; 687 687 homepage = "https://github.com/kaltura/nginx-secure-token-module"; 688 - license = with licenses; [ agpl3 ]; 688 + license = with licenses; [ agpl3Only ]; 689 689 maintainers = with maintainers; [ ]; 690 690 }; 691 691 }; ··· 1004 1004 meta = with lib; { 1005 1005 description = "VOD packager"; 1006 1006 homepage = "https://github.com/kaltura/nginx-vod-module"; 1007 - license = with licenses; [ agpl3 ]; 1007 + license = with licenses; [ agpl3Only ]; 1008 1008 maintainers = with maintainers; [ ]; 1009 1009 }; 1010 1010 };
+1 -1
pkgs/servers/invidious/default.nix
··· 109 109 description = "An open source alternative front-end to YouTube"; 110 110 mainProgram = "invidious"; 111 111 homepage = "https://invidious.io/"; 112 - license = licenses.agpl3; 112 + license = licenses.agpl3Plus; 113 113 maintainers = with maintainers; [ infinisil sbruder ]; 114 114 }; 115 115 }
+1 -1
pkgs/servers/matrix-hebbot/default.nix
··· 38 38 description = "A Matrix bot which can generate \"This Week in X\" like blog posts "; 39 39 homepage = "https://github.com/haecker-felix/hebbot"; 40 40 changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}"; 41 - license = with licenses; [ agpl3 ]; 41 + license = with licenses; [ agpl3Only ]; 42 42 mainProgram = "hebbot"; 43 43 maintainers = with maintainers; [ a-kenji ]; 44 44 };
+1 -1
pkgs/servers/mattermost/default.nix
··· 77 77 meta = with lib; { 78 78 description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle"; 79 79 homepage = "https://www.mattermost.org"; 80 - license = with licenses; [ agpl3 asl20 ]; 80 + license = with licenses; [ agpl3Only asl20 ]; 81 81 maintainers = with maintainers; [ ryantm numinit kranzes mgdelacroix ]; 82 82 mainProgram = "mattermost"; 83 83 };
+1 -1
pkgs/servers/monitoring/grafana/default.nix
··· 134 134 135 135 meta = with lib; { 136 136 description = "Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB"; 137 - license = licenses.agpl3; 137 + license = licenses.agpl3Only; 138 138 homepage = "https://grafana.com"; 139 139 maintainers = with maintainers; [ offline fpletz willibutz globin ma27 Frostman ]; 140 140 platforms = platforms.linux ++ platforms.darwin;
+1 -1
pkgs/servers/monitoring/phlare/default.nix
··· 33 33 34 34 meta = with lib; { 35 35 description = "Grafana Phlare is an open source database that provides fast, scalable, highly available, and efficient storage and querying of profiling data."; 36 - license = licenses.agpl3; 36 + license = licenses.agpl3Only; 37 37 homepage = "https://grafana.com/oss/phlare"; 38 38 maintainers = with maintainers; [ cathalmullan ]; 39 39 };
+1 -1
pkgs/servers/nosql/aerospike/default.nix
··· 31 31 description = "Flash-optimized, in-memory, NoSQL database"; 32 32 mainProgram = "asd"; 33 33 homepage = "https://aerospike.com/"; 34 - license = licenses.agpl3; 34 + license = licenses.agpl3Only; 35 35 platforms = [ "x86_64-linux" ]; 36 36 maintainers = with maintainers; [ kalbasit ]; 37 37 };
+1 -1
pkgs/servers/onlyoffice-documentserver/default.nix
··· 143 143 fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. 144 144 ''; 145 145 homepage = "ONLYOFFICE Document Server is an online office suite comprising viewers and editors"; 146 - license = licenses.agpl3; 146 + license = licenses.agpl3Plus; 147 147 platforms = [ "x86_64-linux" ]; 148 148 sourceProvenance = [ sourceTypes.binaryNativeCode ]; 149 149 maintainers = with maintainers; [ SuperSandro2000 ];
+1 -1
pkgs/servers/pleroma/default.nix
··· 163 163 meta = with lib; { 164 164 description = "ActivityPub microblogging server"; 165 165 homepage = "https://git.pleroma.social/pleroma/pleroma"; 166 - license = licenses.agpl3; 166 + license = licenses.agpl3Only; 167 167 maintainers = with maintainers; [ picnoir yuka kloenk yayayayaka ]; 168 168 platforms = platforms.unix; 169 169 };
+1 -1
pkgs/servers/rainloop/default.nix
··· 54 54 description = "Simple, modern & fast web-based email client"; 55 55 homepage = "https://www.rainloop.net"; 56 56 downloadPage = "https://github.com/RainLoop/rainloop-webmail/releases"; 57 - license = with licenses; if edition == "" then unfree else agpl3; 57 + license = with licenses; if edition == "" then unfree else agpl3Only; 58 58 platforms = platforms.all; 59 59 maintainers = with maintainers; [ das_j ]; 60 60 };
+1 -1
pkgs/servers/snappymail/default.nix
··· 35 35 homepage = "https://snappymail.eu"; 36 36 changelog = "https://github.com/the-djmaze/snappymail/blob/v${version}/CHANGELOG.md"; 37 37 downloadPage = "https://github.com/the-djmaze/snappymail/releases"; 38 - license = licenses.agpl3; 38 + license = licenses.agpl3Only; 39 39 platforms = platforms.all; 40 40 maintainers = with maintainers; [ mic92 ]; 41 41 };
+1 -1
pkgs/servers/sozu/default.nix
··· 43 43 "Open Source HTTP Reverse Proxy built in Rust for Immutable Infrastructures"; 44 44 homepage = "https://www.sozu.io"; 45 45 changelog = "https://github.com/sozu-proxy/sozu/releases/tag/${version}"; 46 - license = licenses.agpl3; 46 + license = licenses.agpl3Only; 47 47 maintainers = with maintainers; [ Br1ght0ne gaelreyrol ]; 48 48 mainProgram = "sozu"; 49 49 # error[E0432]: unresolved import `std::arch::x86_64`
+1 -1
pkgs/servers/tt-rss/plugin-ff-instagram/default.nix
··· 24 24 25 25 The name of the plugin in TT-RSS is 'ff_instagram'. 26 26 ''; 27 - license = licenses.agpl3; 27 + license = licenses.agpl3Plus; 28 28 homepage = "https://github.com/wltb/ff_instagram"; 29 29 maintainers = with maintainers; [ das_j ]; 30 30 platforms = platforms.all;
+1 -1
pkgs/servers/web-apps/hedgedoc/default.nix
··· 108 108 109 109 meta = { 110 110 description = "Realtime collaborative markdown notes on all platforms"; 111 - license = lib.licenses.agpl3; 111 + license = lib.licenses.agpl3Only; 112 112 homepage = "https://hedgedoc.org"; 113 113 mainProgram = "hedgedoc"; 114 114 maintainers = with lib.maintainers; [ SuperSandro2000 ];
+1 -1
pkgs/servers/web-apps/jirafeau/default.nix
··· 25 25 26 26 meta = with lib; { 27 27 description = "Website permitting upload of a file in a simple way and giving a unique link to it"; 28 - license = licenses.agpl3; 28 + license = licenses.agpl3Plus; 29 29 homepage = "https://gitlab.com/mojo42/Jirafeau"; 30 30 platforms = platforms.all; 31 31 maintainers = with maintainers; [ davidtwco ];
+1 -1
pkgs/servers/web-apps/lemmy/package.json
··· 3 3 "description": "An isomorphic UI for lemmy", 4 4 "version": "0.19.3", 5 5 "author": "Dessalines <tyhou13@gmx.com>", 6 - "license": "AGPL-3.0", 6 + "license": "AGPL-3.0-only", 7 7 "scripts": { 8 8 "analyze": "webpack --mode=none", 9 9 "build:dev": "webpack --env COMMIT_HASH=$(git rev-parse --short HEAD) --mode=development",
+1 -1
pkgs/servers/web-apps/morty/default.nix
··· 24 24 ''; 25 25 homepage = "https://github.com/asciimoo/morty"; 26 26 maintainers = with maintainers; [ leenaars SuperSandro2000 ]; 27 - license = licenses.agpl3; 27 + license = licenses.agpl3Only; 28 28 }; 29 29 }
+1 -1
pkgs/servers/web-apps/slskd/default.nix
··· 20 20 meta = with lib; { 21 21 description = "A modern client-server application for the Soulseek file sharing network"; 22 22 homepage = "https://github.com/slskd/slskd"; 23 - license = licenses.agpl3; 23 + license = licenses.agpl3Plus; 24 24 maintainers = with maintainers; [ ppom ]; 25 25 platforms = platforms.linux; 26 26 };
+1 -1
pkgs/shells/liquidprompt/default.nix
··· 26 26 meta = with lib; { 27 27 description = "A full-featured & carefully designed adaptive prompt for Bash & Zsh"; 28 28 homepage = "https://github.com/nojhan/liquidprompt"; 29 - license = licenses.agpl3; 29 + license = licenses.agpl3Plus; 30 30 platforms = platforms.all; 31 31 maintainers = with maintainers; [ gerschtli ]; 32 32 };
+1 -1
pkgs/tools/admin/hedgedoc-cli/default.nix
··· 35 35 meta = with lib; { 36 36 description = "Hedgedoc CLI"; 37 37 homepage = "https://github.com/hedgedoc/cli"; 38 - license = licenses.agpl3; 38 + license = licenses.agpl3Only; 39 39 maintainers = with maintainers; [ drupol ]; 40 40 }; 41 41 }
+1 -1
pkgs/tools/admin/lxd/default.nix
··· 87 87 description = "Daemon based on liblxc offering a REST API to manage containers"; 88 88 homepage = "https://ubuntu.com/lxd"; 89 89 changelog = "https://github.com/canonical/lxd/releases/tag/lxd-${version}"; 90 - license = with licenses; [ asl20 agpl3 ]; 90 + license = with licenses; [ asl20 agpl3Plus ]; 91 91 maintainers = teams.lxc.members; 92 92 platforms = platforms.linux; 93 93 };
+1 -1
pkgs/tools/backup/burp/default.nix
··· 34 34 meta = with lib; { 35 35 description = "BURP - BackUp and Restore Program"; 36 36 homepage = "https://burp.grke.org"; 37 - license = licenses.agpl3; 37 + license = licenses.agpl3Plus; 38 38 maintainers = with maintainers; [ arjan-s ]; 39 39 platforms = platforms.all; 40 40 };
+1 -1
pkgs/tools/misc/altserver-linux/default.nix
··· 28 28 meta = with lib; { 29 29 homepage = "https://github.com/NyaMisty/AltServer-Linux"; 30 30 description = "AltServer for AltStore, but on-device. Requires root privileges as well as running a custom anisette server currently"; 31 - license = licenses.agpl3; 31 + license = licenses.agpl3Only; 32 32 mainProgram = "alt-server"; 33 33 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 34 34 platforms = platforms.linux;
+1 -1
pkgs/tools/misc/clipster/default.nix
··· 43 43 - Option to ignore clipboard updates form certain applications. (filter_classes) 44 44 - Ability to delete items in clipboard history. 45 45 ''; 46 - license = licenses.agpl3; 46 + license = licenses.agpl3Only; 47 47 homepage = "https://github.com/mrichar1/clipster"; 48 48 platforms = platforms.linux; 49 49 maintainers = [ maintainers.magnetophon ];
+1 -1
pkgs/tools/misc/libbitcoin/libbitcoin-client.nix
··· 30 30 maintainers = with maintainers; [ ]; 31 31 32 32 # AGPL with a lesser clause 33 - license = licenses.agpl3; 33 + license = licenses.agpl3Plus; 34 34 }; 35 35 }
+1 -1
pkgs/tools/misc/libbitcoin/libbitcoin-explorer.nix
··· 32 32 maintainers = with maintainers; [ asymmetric ]; 33 33 34 34 # AGPL with a lesser clause 35 - license = licenses.agpl3; 35 + license = licenses.agpl3Plus; 36 36 }; 37 37 }
+1 -1
pkgs/tools/misc/libbitcoin/libbitcoin-network.nix
··· 30 30 maintainers = with maintainers; [ asymmetric ]; 31 31 32 32 # AGPL with a lesser clause 33 - license = licenses.agpl3; 33 + license = licenses.agpl3Plus; 34 34 }; 35 35 }
+1 -1
pkgs/tools/misc/libbitcoin/libbitcoin-protocol.nix
··· 31 31 maintainers = with maintainers; [ asymmetric ]; 32 32 33 33 # AGPL with a lesser clause 34 - license = licenses.agpl3; 34 + license = licenses.agpl3Plus; 35 35 }; 36 36 }
+1 -1
pkgs/tools/misc/libbitcoin/libbitcoin.nix
··· 30 30 platforms = platforms.linux ++ platforms.darwin; 31 31 maintainers = with maintainers; [ ]; 32 32 # AGPL with a lesser clause 33 - license = licenses.agpl3; 33 + license = licenses.agpl3Plus; 34 34 }; 35 35 }
+1 -1
pkgs/tools/misc/pb/default.nix
··· 30 30 homepage = "https://github.com/parseablehq/pb"; 31 31 changelog = "https://github.com/parseablehq/pb/releases/tag/v${version}"; 32 32 description = "CLI client for Parseable server"; 33 - license = licenses.agpl3; 33 + license = licenses.agpl3Plus; 34 34 maintainers = with maintainers; [ aaronjheng ]; 35 35 mainProgram = "pb"; 36 36 };
+1 -1
pkgs/tools/misc/steampipe/default.nix
··· 41 41 meta = with lib; { 42 42 homepage = "https://steampipe.io/"; 43 43 description = "select * from cloud;"; 44 - license = licenses.agpl3; 44 + license = licenses.agpl3Only; 45 45 maintainers = with maintainers; [ hardselius ]; 46 46 changelog = "https://github.com/turbot/steampipe/blob/v${version}/CHANGELOG.md"; 47 47 };
+1 -1
pkgs/tools/networking/ratman/default.nix
··· 87 87 description = "A modular decentralised peer-to-peer packet router and associated tools"; 88 88 homepage = "https://git.irde.st/we/irdest"; 89 89 platforms = platforms.unix; 90 - license = licenses.agpl3; 90 + license = licenses.agpl3Only; 91 91 maintainers = with maintainers; [ spacekookie yuka ]; 92 92 }; 93 93 }
+1 -1
pkgs/tools/networking/saldl/default.nix
··· 52 52 meta = with lib; { 53 53 description = "CLI downloader optimized for speed and early preview"; 54 54 homepage = "https://saldl.github.io"; 55 - license = licenses.agpl3; 55 + license = licenses.agpl3Only; 56 56 maintainers = with maintainers; [ zowoq ]; 57 57 platforms = platforms.all; 58 58 mainProgram = "saldl";
+1 -1
pkgs/tools/networking/wuzz/default.nix
··· 25 25 meta = with lib; { 26 26 homepage = "https://github.com/asciimoo/wuzz"; 27 27 description = "Interactive cli tool for HTTP inspection"; 28 - license = licenses.agpl3; 28 + license = licenses.agpl3Only; 29 29 maintainers = with maintainers; [ pradeepchhetri ]; 30 30 mainProgram = "wuzz"; 31 31 };
+1 -1
pkgs/tools/system/illum/default.nix
··· 37 37 description = "Daemon that wires button presses to screen backlight level"; 38 38 platforms = lib.platforms.linux; 39 39 maintainers = [ lib.maintainers.dancek ]; 40 - license = lib.licenses.agpl3; 40 + license = lib.licenses.agpl3Plus; 41 41 mainProgram = "illum-d"; 42 42 }; 43 43 }
+1 -1
pkgs/tools/system/monit/default.nix
··· 47 47 meta = { 48 48 homepage = "https://mmonit.com/monit/"; 49 49 description = "Monitoring system"; 50 - license = lib.licenses.agpl3; 50 + license = lib.licenses.agpl3Plus; 51 51 maintainers = with lib.maintainers; [ raskin wmertens ryantm ]; 52 52 platforms = with lib; platforms.linux ++ platforms.darwin; 53 53 mainProgram = "monit";
+1 -1
pkgs/tools/virtualization/xen-guest-agent/default.nix
··· 33 33 meta = with lib; { 34 34 description = "Xen agent running in Linux/BSDs (POSIX) VMs"; 35 35 homepage = "https://gitlab.com/xen-project/xen-guest-agent"; 36 - license = licenses.agpl3; 36 + license = licenses.agpl3Only; 37 37 platforms = platforms.unix; 38 38 maintainers = with maintainers; [matdibu]; 39 39 };