···2323 meta = with lib; {
2424 description = "A new look into listening and enjoying Apple Music in style and performance.";
2525 homepage = "https://github.com/ciderapp/Cider";
2626- license = licenses.agpl3;
2626+ license = licenses.agpl3Only;
2727 maintainers = [ maintainers.cigrainger ];
2828 platforms = [ "x86_64-linux" ];
2929 mainProgram = "cider";
···3838 description = "An easy to setup Open Source client/server backup system";
3939 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";
4040 homepage = "https://www.urbackup.org/index.html";
4141- license = licenses.agpl3;
4141+ license = licenses.agpl3Plus;
4242 platforms = platforms.linux;
4343 maintainers = [ maintainers.mgttlinger ];
4444 };
···9696 slices (layers), generates toolpaths to fill them and calculates the
9797 amount of material to be extruded.'';
9898 homepage = "https://slic3r.org/";
9999- license = licenses.agpl3;
9999+ license = licenses.agpl3Plus;
100100 platforms = platforms.linux;
101101 maintainers = with maintainers; [ bjornfor ];
102102 };
···196196 Just the build products, the libraries are passed via an env var in the wrapper, default.nix
197197 '';
198198 homepage = "https://www.kicad.org/";
199199- license = lib.licenses.agpl3;
199199+ license = lib.licenses.agpl3Plus;
200200 platforms = lib.platforms.all;
201201 };
202202}
+1-1
pkgs/by-name/de/deskreen/package.nix
···3636 meta = {
3737 description = "Turn any device into a secondary screen for your computer";
3838 homepage = "https://deskreen.com";
3939- license = lib.licenses.agpl3;
3939+ license = lib.licenses.agpl3Only;
4040 mainProgram = "deskreen";
4141 maintainers = with lib.maintainers; [ leo248 drupol ];
4242 platforms = lib.platforms.linux;
+2-2
pkgs/by-name/ge/gerbolyze/package.nix
···3737 meta = with lib; {
3838 description = "svg-flatten SVG downconverter";
3939 homepage = "https://github.com/jaseg/gerbolyze";
4040- license = with licenses; [ agpl3 ];
4040+ license = with licenses; [ agpl3Plus ];
4141 maintainers = with maintainers; [ wulfsta ];
4242 mainProgram = "svg-flatten";
4343 platforms = platforms.linux;
···8484 meta = with lib; {
8585 description = "Directly render SVG overlays into Gerber and Excellon files";
8686 homepage = "https://github.com/jaseg/gerbolyze";
8787- license = with licenses; [ agpl3 ];
8787+ license = with licenses; [ agpl3Plus ];
8888 maintainers = with maintainers; [ wulfsta ];
8989 mainProgram = "gerbolyze";
9090 platforms = platforms.linux;
+1-1
pkgs/by-name/hd/hdrop/package.nix
···4646 description = "Emulate 'tdrop' in Hyprland (run, show and hide specific programs per keybind)";
4747 homepage = "https://github.com/Schweber/hdrop";
4848 changelog = "https://github.com/Schweber/hdrop/releases/tag/v${version}";
4949- license = licenses.agpl3;
4949+ license = licenses.agpl3Only;
5050 platforms = platforms.linux;
5151 maintainers = with maintainers; [ Schweber ];
5252 mainProgram = "hdrop";
+1-1
pkgs/by-name/ja/jasp-desktop/package.nix
···110110 changelog = "https://jasp-stats.org/release-notes";
111111 description = "A complete statistical package for both Bayesian and Frequentist statistical methods";
112112 homepage = "https://github.com/jasp-stats/jasp-desktop";
113113- license = lib.licenses.agpl3;
113113+ license = lib.licenses.agpl3Plus;
114114 mainProgram = "JASP";
115115 maintainers = with lib.maintainers; [ tomasajt ];
116116 # JASP's cmake build steps are really different on Darwin
···3737 meta = {
3838 description = "a federated blogging & chat platform that acts as a web front end for the XMPP protocol";
3939 homepage = "https://movim.eu";
4040- license = lib.licenses.agpl3;
4040+ license = lib.licenses.agpl3Plus;
4141 maintainers = with lib.maintainers; [ toastal ];
4242 };
4343})
+1-1
pkgs/by-name/ol/olvid/package.nix
···100100 meta = with lib; {
101101 description = "The secure french messenger";
102102 homepage = "https://www.olvid.io";
103103- license = licenses.agpl3;
103103+ license = licenses.agpl3Only;
104104 mainProgram = "olvid";
105105 maintainers = with maintainers; [ rookeur ];
106106 platforms = platforms.linux;
+1-1
pkgs/by-name/pd/pdfannots2json/package.nix
···18181919 meta = with lib; {
2020 homepage = "https://github.com/mgmeyers/pdfannots2json";
2121- license = licenses.agpl3;
2121+ license = licenses.agpl3Only;
2222 description = "A tool to convert PDF annotations to JSON";
2323 mainProgram = "pdfannots2json";
2424 maintainers = with maintainers; [ _0nyr ];
···8996889968 meta = {
8996989969 description = "A T-SQL formatting utility in JS, transpiled from the C# library of the same name.";
8997089970 homepage = "https://github.com/TaoK/poor-mans-t-sql-formatter-npm-cli#readme";
8997189971- license = "AGPL-3.0";
8997189971+ license = "AGPL-3.0-only";
8997289972 };
8997389973 production = true;
8997489974 bypassCache = true;
···4040 You must view the world as mario does, as a one dimensional line.
4141 '';
4242 homepage = "https://mar1d.com";
4343- license = licenses.agpl3;
4343+ license = licenses.agpl3Only;
4444 maintainers = with maintainers; [ taeer ];
4545 platforms = platforms.unix;
4646 };
+1-1
pkgs/misc/ghostscript/default.nix
···188188 operations in the PostScript language, and (iii) a wide variety
189189 of output drivers for various file formats and printers.
190190 '';
191191- license = lib.licenses.agpl3;
191191+ license = lib.licenses.agpl3Plus;
192192 platforms = lib.platforms.all;
193193 maintainers = [ lib.maintainers.viric ];
194194 mainProgram = "gs";
+1-1
pkgs/servers/akkoma/admin-fe/default.nix
···7878 meta = with lib; {
7979 description = "Admin interface for Akkoma";
8080 homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/";
8181- license = licenses.agpl3;
8181+ license = licenses.agpl3Only;
8282 maintainers = with maintainers; [ mvs ];
8383 };
8484}
+1-1
pkgs/servers/akkoma/akkoma-fe/default.nix
···7676 meta = with lib; {
7777 description = "Frontend for Akkoma";
7878 homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/";
7979- license = licenses.agpl3;
7979+ license = licenses.agpl3Only;
8080 maintainers = with maintainers; [ mvs ];
8181 };
8282}
···24242525 The name of the plugin in TT-RSS is 'ff_instagram'.
2626 '';
2727- license = licenses.agpl3;
2727+ license = licenses.agpl3Plus;
2828 homepage = "https://github.com/wltb/ff_instagram";
2929 maintainers = with maintainers; [ das_j ];
3030 platforms = platforms.all;
+1-1
pkgs/servers/web-apps/hedgedoc/default.nix
···108108109109 meta = {
110110 description = "Realtime collaborative markdown notes on all platforms";
111111- license = lib.licenses.agpl3;
111111+ license = lib.licenses.agpl3Only;
112112 homepage = "https://hedgedoc.org";
113113 mainProgram = "hedgedoc";
114114 maintainers = with lib.maintainers; [ SuperSandro2000 ];
+1-1
pkgs/servers/web-apps/jirafeau/default.nix
···25252626 meta = with lib; {
2727 description = "Website permitting upload of a file in a simple way and giving a unique link to it";
2828- license = licenses.agpl3;
2828+ license = licenses.agpl3Plus;
2929 homepage = "https://gitlab.com/mojo42/Jirafeau";
3030 platforms = platforms.all;
3131 maintainers = with maintainers; [ davidtwco ];