Merge pull request #297173 from Lurkki14/agpl3

treewide: remove licenses.agpl3
This commit is contained in:
Pol Dellaiera 2024-03-21 20:24:20 +01:00 committed by GitHub
commit 65cbb455e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
101 changed files with 118 additions and 123 deletions

View file

@ -1266,11 +1266,6 @@ in mkLicense lset) ({
}; };
} // { } // {
# TODO: remove legacy aliases # TODO: remove legacy aliases
agpl3 = {
spdxId = "AGPL-3.0";
fullName = "GNU Affero General Public License v3.0";
deprecated = true;
};
gpl2 = { gpl2 = {
spdxId = "GPL-2.0"; spdxId = "GPL-2.0";
fullName = "GNU General Public License v2.0"; fullName = "GNU General Public License v2.0";

View file

@ -23,7 +23,7 @@ appimageTools.wrapType2 rec {
meta = with lib; { meta = with lib; {
description = "A new look into listening and enjoying Apple Music in style and performance."; description = "A new look into listening and enjoying Apple Music in style and performance.";
homepage = "https://github.com/ciderapp/Cider"; homepage = "https://github.com/ciderapp/Cider";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = [ maintainers.cigrainger ]; maintainers = [ maintainers.cigrainger ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
mainProgram = "cider"; mainProgram = "cider";

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
description = "An easy to setup Open Source client/server backup system"; description = "An easy to setup Open Source client/server backup system";
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"; 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";
homepage = "https://www.urbackup.org/index.html"; homepage = "https://www.urbackup.org/index.html";
license = licenses.agpl3; license = licenses.agpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.mgttlinger ]; maintainers = [ maintainers.mgttlinger ];
}; };

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
end-to-end encryption, powerful extensions, and open-source applications. end-to-end encryption, powerful extensions, and open-source applications.
''; '';
homepage = "https://standardnotes.org"; homepage = "https://standardnotes.org";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ mgregoire chuangzhu squalus ]; maintainers = with maintainers; [ mgregoire chuangzhu squalus ];
sourceProvenance = [ sourceTypes.binaryNativeCode ]; sourceProvenance = [ sourceTypes.binaryNativeCode ];
platforms = builtins.attrNames srcjson.deb; platforms = builtins.attrNames srcjson.deb;

View file

@ -42,7 +42,7 @@ clangStdenv.mkDerivation rec {
mainProgram = "PikoPixel"; mainProgram = "PikoPixel";
homepage = "https://twilightedge.com/mac/pikopixel/"; homepage = "https://twilightedge.com/mac/pikopixel/";
downloadPage = "https://twilightedge.com/mac/pikopixel/"; downloadPage = "https://twilightedge.com/mac/pikopixel/";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ fgaz ]; maintainers = with maintainers; [ fgaz ];
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -169,7 +169,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "PC Software for BambuLab's 3D printers"; description = "PC Software for BambuLab's 3D printers";
homepage = "https://github.com/bambulab/BambuStudio"; homepage = "https://github.com/bambulab/BambuStudio";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ zhaofengli ]; maintainers = with maintainers; [ zhaofengli ];
mainProgram = "bambu-studio"; mainProgram = "bambu-studio";
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -27,7 +27,7 @@ let
meta = with lib; { meta = with lib; {
description = "Enables printing directly to OctoPrint and monitoring the process"; description = "Enables printing directly to OctoPrint and monitoring the process";
homepage = "https://github.com/fieldOfView/Cura-OctoPrintPlugin"; homepage = "https://github.com/fieldOfView/Cura-OctoPrintPlugin";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ gebner ]; maintainers = with maintainers; [ gebner ];
}; };
}; };

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Engine for processing 3D models into 3D printing instructions"; description = "Engine for processing 3D models into 3D printing instructions";
mainProgram = "CuraEngine"; mainProgram = "CuraEngine";
homepage = "https://github.com/Ultimaker/CuraEngine"; homepage = "https://github.com/Ultimaker/CuraEngine";
license = licenses.agpl3; license = licenses.agpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -17,7 +17,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "A simple text-based Minecraft modpack manager"; description = "A simple text-based Minecraft modpack manager";
license = licenses.agpl3; license = licenses.agpl3Plus;
homepage = src.meta.homepage; homepage = src.meta.homepage;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };

View file

@ -48,7 +48,7 @@
meta = with lib; { meta = with lib; {
description = "Touchscreen GUI for the Klipper 3D printer firmware"; description = "Touchscreen GUI for the Klipper 3D printer firmware";
homepage = "https://github.com/jordanruthe/KlipperScreen"; homepage = "https://github.com/jordanruthe/KlipperScreen";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ cab404 ]; maintainers = with maintainers; [ cab404 ];
mainProgram = "KlipperScreen"; mainProgram = "KlipperScreen";
}; };

View file

@ -53,7 +53,7 @@ in
meta = with lib; { meta = with lib; {
description = "Marlin auto bed leveling control, mesh correction, and z probe handling"; description = "Marlin auto bed leveling control, mesh correction, and z probe handling";
homepage = "https://framagit.org/razer/Octoprint_ABL_Expert/"; homepage = "https://framagit.org/razer/Octoprint_ABL_Expert/";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ WhittlesJr ]; maintainers = with maintainers; [ WhittlesJr ];
}; };
}; };
@ -72,7 +72,7 @@ in
meta = with lib; { meta = with lib; {
description = "Displays 3D mesh of bed topography report"; description = "Displays 3D mesh of bed topography report";
homepage = "https://github.com/jneilliii/OctoPrint-BedLevelVisualizer"; homepage = "https://github.com/jneilliii/OctoPrint-BedLevelVisualizer";
license = licenses.agpl3; license = licenses.mit;
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault ];
}; };
}; };
@ -110,7 +110,7 @@ in
meta = with lib; { meta = with lib; {
description = "Plugin for slicing via Cura Legacy from within OctoPrint"; description = "Plugin for slicing via Cura Legacy from within OctoPrint";
homepage = "https://github.com/OctoPrint/OctoPrint-CuraEngineLegacy"; homepage = "https://github.com/OctoPrint/OctoPrint-CuraEngineLegacy";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ gebner ]; maintainers = with maintainers; [ gebner ];
}; };
}; };
@ -148,7 +148,7 @@ in
meta = with lib; { meta = with lib; {
description = "OctoPrint-Plugin that sends the current progress of a print via M117 command"; description = "OctoPrint-Plugin that sends the current progress of a print via M117 command";
homepage = "https://github.com/OllisGit/OctoPrint-DisplayLayerProgress"; homepage = "https://github.com/OllisGit/OctoPrint-DisplayLayerProgress";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ j0hax ]; maintainers = with maintainers; [ j0hax ];
}; };
}; };
@ -186,7 +186,7 @@ in
meta = with lib; { meta = with lib; {
description = "Edit gcode on OctoPrint"; description = "Edit gcode on OctoPrint";
homepage = "https://github.com/ieatacid/OctoPrint-GcodeEditor"; homepage = "https://github.com/ieatacid/OctoPrint-GcodeEditor";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ WhittlesJr ]; maintainers = with maintainers; [ WhittlesJr ];
}; };
}; };
@ -205,7 +205,7 @@ in
meta = with lib; { meta = with lib; {
description = "Displays GCode documentation for Marlin in the Octoprint terminal command line"; description = "Displays GCode documentation for Marlin in the Octoprint terminal command line";
homepage = "https://github.com/costas-basdekis/MarlinGcodeDocumentation"; homepage = "https://github.com/costas-basdekis/MarlinGcodeDocumentation";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault ];
}; };
}; };
@ -226,7 +226,7 @@ in
meta = with lib; { meta = with lib; {
description = "Publish printer status MQTT"; description = "Publish printer status MQTT";
homepage = "https://github.com/OctoPrint/OctoPrint-MQTT"; homepage = "https://github.com/OctoPrint/OctoPrint-MQTT";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
}; };
}; };
@ -256,7 +256,7 @@ in
meta = with lib; { meta = with lib; {
description = "Better print time estimation for OctoPrint"; description = "Better print time estimation for OctoPrint";
homepage = "https://github.com/eyal0/OctoPrint-PrintTimeGenius"; homepage = "https://github.com/eyal0/OctoPrint-PrintTimeGenius";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ gebner ]; maintainers = with maintainers; [ gebner ];
}; };
}; };
@ -284,7 +284,7 @@ in
meta = with lib; { meta = with lib; {
description = "OctoPrint plugin to control ATX/AUX power supply"; description = "OctoPrint plugin to control ATX/AUX power supply";
homepage = "https://github.com/kantlivelong/OctoPrint-PSUControl"; homepage = "https://github.com/kantlivelong/OctoPrint-PSUControl";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ gebner ]; maintainers = with maintainers; [ gebner ];
}; };
}; };
@ -303,7 +303,7 @@ in
meta = with lib; { meta = with lib; {
description = "A simple plugin that add an emergency stop buton on NavBar of OctoPrint"; description = "A simple plugin that add an emergency stop buton on NavBar of OctoPrint";
homepage = "https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop"; homepage = "https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ WhittlesJr ]; maintainers = with maintainers; [ WhittlesJr ];
}; };
}; };
@ -322,7 +322,7 @@ in
meta = with lib; { meta = with lib; {
description = "A simple stl viewer tab for OctoPrint"; description = "A simple stl viewer tab for OctoPrint";
homepage = "https://github.com/jneilliii/Octoprint-STLViewer"; homepage = "https://github.com/jneilliii/Octoprint-STLViewer";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
}; };
}; };
@ -362,7 +362,7 @@ in
meta = with lib; { meta = with lib; {
description = "Beautiful themes for OctoPrint"; description = "Beautiful themes for OctoPrint";
homepage = "https://github.com/birkbjo/OctoPrint-Themeify"; homepage = "https://github.com/birkbjo/OctoPrint-Themeify";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault ];
}; };
}; };
@ -381,7 +381,7 @@ in
meta = with lib; { meta = with lib; {
description = "Show printers status in window title"; description = "Show printers status in window title";
homepage = "https://github.com/MoonshineSG/OctoPrint-TitleStatus"; homepage = "https://github.com/MoonshineSG/OctoPrint-TitleStatus";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
}; };
}; };
@ -400,7 +400,7 @@ in
meta = with lib; { meta = with lib; {
description = "Touch friendly interface for a small TFT module or phone for OctoPrint"; description = "Touch friendly interface for a small TFT module or phone for OctoPrint";
homepage = "https://github.com/BillyBlaze/OctoPrint-TouchUI"; homepage = "https://github.com/BillyBlaze/OctoPrint-TouchUI";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ gebner ]; maintainers = with maintainers; [ gebner ];
}; };
}; };
@ -419,7 +419,7 @@ in
meta = with lib; { meta = with lib; {
description = "A plugin for a better integration of Klipper into OctoPrint"; description = "A plugin for a better integration of Klipper into OctoPrint";
homepage = "https://github.com/AliceGrey/OctoprintKlipperPlugin"; homepage = "https://github.com/AliceGrey/OctoprintKlipperPlugin";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault ];
}; };
}; };
@ -473,7 +473,7 @@ in
meta = with lib; { meta = with lib; {
description = "A dashboard for Octoprint"; description = "A dashboard for Octoprint";
homepage = "https://github.com/StefanCohen/OctoPrint-Dashboard"; homepage = "https://github.com/StefanCohen/OctoPrint-Dashboard";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ j0hax ]; maintainers = with maintainers; [ j0hax ];
}; };
}; };

View file

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
]; ];
maintainers = with maintainers; [ sikmir ]; maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.agpl3; license = licenses.agpl3Only;
}; };
} }

View file

@ -191,7 +191,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
description = "G-code generator for 3D printer"; description = "G-code generator for 3D printer";
homepage = "https://github.com/prusa3d/PrusaSlicer"; homepage = "https://github.com/prusa3d/PrusaSlicer";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ moredread tweber tmarkus ]; maintainers = with maintainers; [ moredread tweber tmarkus ];
platforms = platforms.unix; platforms = platforms.unix;
} // lib.optionalAttrs (stdenv.isDarwin) { } // lib.optionalAttrs (stdenv.isDarwin) {

View file

@ -81,7 +81,7 @@ let
meta = with lib; { meta = with lib; {
inherit description; inherit description;
homepage = "https://github.com/supermerill/SuperSlicer"; homepage = "https://github.com/supermerill/SuperSlicer";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ cab404 moredread tmarkus ]; maintainers = with maintainers; [ cab404 moredread tmarkus ];
mainProgram = "superslicer"; mainProgram = "superslicer";
}; };

View file

@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
slices (layers), generates toolpaths to fill them and calculates the slices (layers), generates toolpaths to fill them and calculates the
amount of material to be extruded.''; amount of material to be extruded.'';
homepage = "https://slic3r.org/"; homepage = "https://slic3r.org/";
license = licenses.agpl3; license = licenses.agpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ bjornfor ]; maintainers = with maintainers; [ bjornfor ];
}; };

View file

@ -51,7 +51,7 @@ buildGoModule rec {
''; '';
homepage = "https://brig.readthedocs.io"; homepage = "https://brig.readthedocs.io";
changelog = "https://github.com/sahib/brig/releases/tag/${src.rev}"; changelog = "https://github.com/sahib/brig/releases/tag/${src.rev}";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ offline ]; maintainers = with maintainers; [ offline ];
mainProgram = "brig"; mainProgram = "brig";
}; };

View file

@ -23,7 +23,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "A command line tool for browsing Hacker News in your terminal"; description = "A command line tool for browsing Hacker News in your terminal";
homepage = "https://github.com/bensadeh/circumflex"; homepage = "https://github.com/bensadeh/circumflex";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ mktip ]; maintainers = with maintainers; [ mktip ];
mainProgram = "clx"; mainProgram = "clx";
}; };

View file

@ -776,7 +776,7 @@
"owner": "aminueza", "owner": "aminueza",
"repo": "terraform-provider-minio", "repo": "terraform-provider-minio",
"rev": "v2.2.0", "rev": "v2.2.0",
"spdx": "AGPL-3.0", "spdx": "AGPL-3.0-only",
"vendorHash": "sha256-Uxexx5sK6D+EEEPWLnWFE0HPG1RKUsYnSJ/1bV9JBkw=" "vendorHash": "sha256-Uxexx5sK6D+EEEPWLnWFE0HPG1RKUsYnSJ/1bV9JBkw="
}, },
"mongodbatlas": { "mongodbatlas": {

View file

@ -40,7 +40,7 @@ buildGoModule rec {
broken = true; broken = true;
description = "Autonomous (self-hosted) BitTorrent DHT search engine suite"; description = "Autonomous (self-hosted) BitTorrent DHT search engine suite";
homepage = "https://github.com/ireun/magnetico"; homepage = "https://github.com/ireun/magnetico";
license = licenses.agpl3; license = licenses.agpl3Only;
badPlatforms = platforms.darwin; badPlatforms = platforms.darwin;
maintainers = with maintainers; [ rnhmjoj ]; maintainers = with maintainers; [ rnhmjoj ];
}; };

View file

@ -46,7 +46,7 @@ in
sea-slang for gossip - a scuttlebutt is basically a watercooler on a ship. sea-slang for gossip - a scuttlebutt is basically a watercooler on a ship.
''; '';
homepage = "https://www.scuttlebutt.nz/"; homepage = "https://www.scuttlebutt.nz/";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ asymmetric picnoir cyplo ]; maintainers = with maintainers; [ asymmetric picnoir cyplo ];
mainProgram = "ssb-patchwork"; mainProgram = "ssb-patchwork";
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View file

@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Modular multi screen pdf presentation viewer"; description = "Modular multi screen pdf presentation viewer";
homepage = "https://github.com/stiglers-eponym/BeamerPresenter"; homepage = "https://github.com/stiglers-eponym/BeamerPresenter";
license = with licenses; [ agpl3 gpl3Plus ]; license = with licenses; [ agpl3Only gpl3Plus ];
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ pacien dotlambda ]; maintainers = with maintainers; [ pacien dotlambda ];
mainProgram = "beamerpresenter"; mainProgram = "beamerpresenter";

View file

@ -81,7 +81,7 @@ gnuradio3_8.pkgs.mkDerivation rec {
description = "SDR transceiver application for analog and digital modes"; description = "SDR transceiver application for analog and digital modes";
mainProgram = "qradiolink"; mainProgram = "qradiolink";
homepage = "http://qradiolink.org/"; homepage = "http://qradiolink.org/";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = [ maintainers.markuskowa ]; maintainers = [ maintainers.markuskowa ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://www.srslte.com/"; homepage = "https://www.srslte.com/";
description = "Open-source 4G and 5G software radio suite."; description = "Open-source 4G and 5G software radio suite.";
license = licenses.agpl3; license = licenses.agpl3Plus;
platforms = with platforms; linux ; platforms = with platforms; linux ;
maintainers = with maintainers; [ hexagonal-sun ]; maintainers = with maintainers; [ hexagonal-sun ];
}; };

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Short read genome assembler"; description = "Short read genome assembler";
mainProgram = "minia"; mainProgram = "minia";
homepage = "https://github.com/GATB/minia"; homepage = "https://github.com/GATB/minia";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ jbedo ]; maintainers = with maintainers; [ jbedo ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View file

@ -196,7 +196,7 @@ stdenv.mkDerivation rec {
Just the build products, the libraries are passed via an env var in the wrapper, default.nix Just the build products, the libraries are passed via an env var in the wrapper, default.nix
''; '';
homepage = "https://www.kicad.org/"; homepage = "https://www.kicad.org/";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Plus;
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
} }

View file

@ -36,7 +36,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = { meta = {
description = "Turn any device into a secondary screen for your computer"; description = "Turn any device into a secondary screen for your computer";
homepage = "https://deskreen.com"; homepage = "https://deskreen.com";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Only;
mainProgram = "deskreen"; mainProgram = "deskreen";
maintainers = with lib.maintainers; [ leo248 drupol ]; maintainers = with lib.maintainers; [ leo248 drupol ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View file

@ -37,7 +37,7 @@ let
meta = with lib; { meta = with lib; {
description = "svg-flatten SVG downconverter"; description = "svg-flatten SVG downconverter";
homepage = "https://github.com/jaseg/gerbolyze"; homepage = "https://github.com/jaseg/gerbolyze";
license = with licenses; [ agpl3 ]; license = with licenses; [ agpl3Plus ];
maintainers = with maintainers; [ wulfsta ]; maintainers = with maintainers; [ wulfsta ];
mainProgram = "svg-flatten"; mainProgram = "svg-flatten";
platforms = platforms.linux; platforms = platforms.linux;
@ -84,7 +84,7 @@ in python3Packages.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "Directly render SVG overlays into Gerber and Excellon files"; description = "Directly render SVG overlays into Gerber and Excellon files";
homepage = "https://github.com/jaseg/gerbolyze"; homepage = "https://github.com/jaseg/gerbolyze";
license = with licenses; [ agpl3 ]; license = with licenses; [ agpl3Plus ];
maintainers = with maintainers; [ wulfsta ]; maintainers = with maintainers; [ wulfsta ];
mainProgram = "gerbolyze"; mainProgram = "gerbolyze";
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -46,7 +46,7 @@ stdenvNoCC.mkDerivation rec {
description = "Emulate 'tdrop' in Hyprland (run, show and hide specific programs per keybind)"; description = "Emulate 'tdrop' in Hyprland (run, show and hide specific programs per keybind)";
homepage = "https://github.com/Schweber/hdrop"; homepage = "https://github.com/Schweber/hdrop";
changelog = "https://github.com/Schweber/hdrop/releases/tag/v${version}"; changelog = "https://github.com/Schweber/hdrop/releases/tag/v${version}";
license = licenses.agpl3; license = licenses.agpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ Schweber ]; maintainers = with maintainers; [ Schweber ];
mainProgram = "hdrop"; mainProgram = "hdrop";

View file

@ -110,7 +110,7 @@ stdenv.mkDerivation {
changelog = "https://jasp-stats.org/release-notes"; changelog = "https://jasp-stats.org/release-notes";
description = "A complete statistical package for both Bayesian and Frequentist statistical methods"; description = "A complete statistical package for both Bayesian and Frequentist statistical methods";
homepage = "https://github.com/jasp-stats/jasp-desktop"; homepage = "https://github.com/jasp-stats/jasp-desktop";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Plus;
mainProgram = "JASP"; mainProgram = "JASP";
maintainers = with lib.maintainers; [ tomasajt ]; maintainers = with lib.maintainers; [ tomasajt ];
# JASP's cmake build steps are really different on Darwin # JASP's cmake build steps are really different on Darwin

View file

@ -52,6 +52,6 @@ buildGoModule rec {
homepage = "https://github.com/knadh/listmonk"; homepage = "https://github.com/knadh/listmonk";
changelog = "https://github.com/knadh/listmonk/releases/tag/v${version}"; changelog = "https://github.com/knadh/listmonk/releases/tag/v${version}";
maintainers = with maintainers; [ raitobezarius ]; maintainers = with maintainers; [ raitobezarius ];
license = licenses.agpl3; license = licenses.agpl3Only;
}; };
} }

View file

@ -37,7 +37,7 @@ php.buildComposerProject (finalAttrs: {
meta = { meta = {
description = "a federated blogging & chat platform that acts as a web front end for the XMPP protocol"; description = "a federated blogging & chat platform that acts as a web front end for the XMPP protocol";
homepage = "https://movim.eu"; homepage = "https://movim.eu";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ toastal ]; maintainers = with lib.maintainers; [ toastal ];
}; };
}) })

View file

@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
description = "The secure french messenger"; description = "The secure french messenger";
homepage = "https://www.olvid.io"; homepage = "https://www.olvid.io";
license = licenses.agpl3; license = licenses.agpl3Only;
mainProgram = "olvid"; mainProgram = "olvid";
maintainers = with maintainers; [ rookeur ]; maintainers = with maintainers; [ rookeur ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -18,7 +18,7 @@ in
meta = with lib; { meta = with lib; {
homepage = "https://github.com/mgmeyers/pdfannots2json"; homepage = "https://github.com/mgmeyers/pdfannots2json";
license = licenses.agpl3; license = licenses.agpl3Only;
description = "A tool to convert PDF annotations to JSON"; description = "A tool to convert PDF annotations to JSON";
mainProgram = "pdfannots2json"; mainProgram = "pdfannots2json";
maintainers = with maintainers; [ _0nyr ]; maintainers = with maintainers; [ _0nyr ];

View file

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
homepage = "https://pdf.24eme.fr/"; homepage = "https://pdf.24eme.fr/";
changelog = changelog =
"https://github.com/24eme/signaturepdf/releases/tag/v${version}"; "https://github.com/24eme/signaturepdf/releases/tag/v${version}";
license = licenses.agpl3; license = licenses.agpl3Only;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ DamienCassou ];
}; };

View file

@ -141,7 +141,7 @@ rustPlatform.buildRustPackage {
meta = with lib; { meta = with lib; {
description = "A local-first, encrypted, note taking application organized in tree-like structures"; description = "A local-first, encrypted, note taking application organized in tree-like structures";
homepage = " https://codeberg.org/solver-orgz/treedome"; homepage = " https://codeberg.org/solver-orgz/treedome";
license = licenses.agpl3; license = licenses.agpl3Only;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
mainProgram = "treedome"; mainProgram = "treedome";
maintainers = with maintainers; [ tengkuizdihar ]; maintainers = with maintainers; [ tengkuizdihar ];

View file

@ -16,7 +16,7 @@ build-idris-package {
meta = { meta = {
description = "An implementation of the Lambda Cube in Idris"; description = "An implementation of the Lambda Cube in Idris";
homepage = "https://github.com/aatxe/cube.idr"; homepage = "https://github.com/aatxe/cube.idr";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.brainrape ]; maintainers = [ lib.maintainers.brainrape ];
}; };
} }

View file

@ -16,7 +16,7 @@ build-idris-package {
meta = { meta = {
description = "Idris mapping library"; description = "Idris mapping library";
homepage = "https://github.com/zaoqi/Mapping.idr"; homepage = "https://github.com/zaoqi/Mapping.idr";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Plus;
maintainers = [ lib.maintainers.brainrape ]; maintainers = [ lib.maintainers.brainrape ];
}; };
} }

View file

@ -28,7 +28,7 @@ mkDerivation rec {
description = description =
"A formalised, cross-linked reference resource for mathematics done in Homotopy Type Theory "; "A formalised, cross-linked reference resource for mathematics done in Homotopy Type Theory ";
homepage = src.meta.homepage; homepage = src.meta.homepage;
license = licenses.agpl3; license = licenses.agpl3Only;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ ncfavier ]; maintainers = with maintainers; [ ncfavier ];
}; };

View file

@ -3,7 +3,7 @@
import ./generic.nix (args // { import ./generic.nix (args // {
version = "6.0.30"; version = "6.0.30";
sha256 = "1lhglbvg65j5slrlv7qv4vi3cvd7kjywa07gq1abzschycf4p3k0"; sha256 = "1lhglbvg65j5slrlv7qv4vi3cvd7kjywa07gq1abzschycf4p3k0";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Only;
extraPatches = [ extraPatches = [
./clang-6.0.patch ./clang-6.0.patch
./CVE-2017-10140-cwd-db_config.patch ./CVE-2017-10140-cwd-db_config.patch

View file

@ -3,7 +3,7 @@
import ./generic.nix (args // { import ./generic.nix (args // {
version = "6.2.32"; version = "6.2.32";
sha256 = "1yx8wzhch5wwh016nh0kfxvknjkafv6ybkqh6nh7lxx50jqf5id9"; sha256 = "1yx8wzhch5wwh016nh0kfxvknjkafv6ybkqh6nh7lxx50jqf5id9";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Only;
extraPatches = [ extraPatches = [
./clang-6.0.patch ./clang-6.0.patch
./CVE-2017-10140-cwd-db_config.patch ./CVE-2017-10140-cwd-db_config.patch

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://www.oracle.com/database/berkeley-db/xml.html"; homepage = "https://www.oracle.com/database/berkeley-db/xml.html";
description = "Embeddable XML database based on Berkeley DB"; description = "Embeddable XML database based on Berkeley DB";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "SyncML client sdk by Funambol project"; description = "SyncML client sdk by Funambol project";
homepage = "https://www.funambol.com"; homepage = "https://www.funambol.com";
license = licenses.agpl3; license = licenses.agpl3Only;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.jbig2dec.com/"; homepage = "https://www.jbig2dec.com/";
description = "Decoder implementation of the JBIG2 image compression format"; description = "Decoder implementation of the JBIG2 image compression format";
mainProgram = "jbig2dec"; mainProgram = "jbig2dec";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Only;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View file

@ -89968,7 +89968,7 @@ in
meta = { meta = {
description = "A T-SQL formatting utility in JS, transpiled from the C# library of the same name."; description = "A T-SQL formatting utility in JS, transpiled from the C# library of the same name.";
homepage = "https://github.com/TaoK/poor-mans-t-sql-formatter-npm-cli#readme"; homepage = "https://github.com/TaoK/poor-mans-t-sql-formatter-npm-cli#readme";
license = "AGPL-3.0"; license = "AGPL-3.0-only";
}; };
production = true; production = true;
bypassCache = true; bypassCache = true;

View file

@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "A(Sync) Interface for internal Audible API written in pure Python"; description = "A(Sync) Interface for internal Audible API written in pure Python";
license = licenses.agpl3; license = licenses.agpl3Only;
homepage = "https://github.com/mkb79/Audible"; homepage = "https://github.com/mkb79/Audible";
maintainers = with maintainers; [ jvanbruegge ]; maintainers = with maintainers; [ jvanbruegge ];
}; };

View file

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python bindings for Oracle Berkeley DB"; description = "Python bindings for Oracle Berkeley DB";
homepage = "https://www.jcea.es/programacion/pybsddb.htm"; homepage = "https://www.jcea.es/programacion/pybsddb.htm";
license = with licenses; [ agpl3 ]; # License changed from bsd3 to agpl3 since 6.x license = with licenses; [ agpl3Only ]; # License changed from bsd3 to agpl3 since 6.x
maintainers = [ ]; maintainers = [ ];
}; };

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/noumar/iso639"; homepage = "https://github.com/noumar/iso639";
description = "ISO 639 library for Python"; description = "ISO 639 library for Python";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ zraexy ]; maintainers = with maintainers; [ zraexy ];
}; };
} }

View file

@ -126,7 +126,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Static site generator that requires no database or server-side logic"; description = "Static site generator that requires no database or server-side logic";
homepage = "https://getpelican.com/"; homepage = "https://getpelican.com/";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ offline prikhi ]; maintainers = with maintainers; [ offline prikhi ];
}; };
} }

View file

@ -22,7 +22,7 @@ buildPythonPackage {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/Unrud/RadicaleInfCloud/"; homepage = "https://github.com/Unrud/RadicaleInfCloud/";
description = "Integrate InfCloud into Radicale's web interface"; description = "Integrate InfCloud into Radicale's web interface";
license = with licenses; [ agpl3 gpl3 ]; license = with licenses; [ agpl3Plus gpl3 ];
maintainers = with maintainers; [ erictapen ]; maintainers = with maintainers; [ erictapen ];
}; };
} }

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
description = "Redo implementation in Bourne Shell"; description = "Redo implementation in Bourne Shell";
homepage = "http://news.dieweltistgarnichtso.net/bin/redo-sh.html"; homepage = "http://news.dieweltistgarnichtso.net/bin/redo-sh.html";
license = licenses.agpl3; license = licenses.agpl3Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ sternenseemann ]; maintainers = with maintainers; [ sternenseemann ];
}; };

View file

@ -84,7 +84,7 @@ buildGoModule rec {
meta = { meta = {
description = "Provision software development environments via Terraform on Linux, macOS, Windows, X86, ARM, and of course, Kubernetes"; description = "Provision software development environments via Terraform on Linux, macOS, Windows, X86, ARM, and of course, Kubernetes";
homepage = "https://coder.com"; homepage = "https://coder.com";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.ghuntley lib.maintainers.urandom ]; maintainers = [ lib.maintainers.ghuntley lib.maintainers.urandom ];
}; };
} }

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "A community-lead fork of the minimalist roguelike game Brogue"; description = "A community-lead fork of the minimalist roguelike game Brogue";
mainProgram = "brogue-ce"; mainProgram = "brogue-ce";
homepage = "https://github.com/tmewett/BrogueCE"; homepage = "https://github.com/tmewett/BrogueCE";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ AndersonTorres fgaz ]; maintainers = with maintainers; [ AndersonTorres fgaz ];
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "A roguelike game"; description = "A roguelike game";
mainProgram = "brogue"; mainProgram = "brogue";
homepage = "https://sites.google.com/site/broguegame/"; homepage = "https://sites.google.com/site/broguegame/";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ AndersonTorres fgaz ]; maintainers = with maintainers; [ AndersonTorres fgaz ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/bvschaik/julius"; homepage = "https://github.com/bvschaik/julius";
description = "An open source re-implementation of Caesar III"; description = "An open source re-implementation of Caesar III";
mainProgram = "julius"; mainProgram = "julius";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ Thra11 ]; maintainers = with maintainers; [ Thra11 ];
platforms = platforms.all; platforms = platforms.all;
broken = stdenv.isDarwin; broken = stdenv.isDarwin;

View file

@ -27,7 +27,7 @@ let
binaryBytecode binaryBytecode
binaryNativeCode binaryNativeCode
]; ];
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ rhendric ]; maintainers = with maintainers; [ rhendric ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
You must view the world as mario does, as a one dimensional line. You must view the world as mario does, as a one dimensional line.
''; '';
homepage = "https://mar1d.com"; homepage = "https://mar1d.com";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ taeer ]; maintainers = with maintainers; [ taeer ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -188,7 +188,7 @@ stdenv.mkDerivation rec {
operations in the PostScript language, and (iii) a wide variety operations in the PostScript language, and (iii) a wide variety
of output drivers for various file formats and printers. of output drivers for various file formats and printers.
''; '';
license = lib.licenses.agpl3; license = lib.licenses.agpl3Plus;
platforms = lib.platforms.all; platforms = lib.platforms.all;
maintainers = [ lib.maintainers.viric ]; maintainers = [ lib.maintainers.viric ];
mainProgram = "gs"; mainProgram = "gs";

View file

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Admin interface for Akkoma"; description = "Admin interface for Akkoma";
homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/"; homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ mvs ]; maintainers = with maintainers; [ mvs ];
}; };
} }

View file

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Frontend for Akkoma"; description = "Frontend for Akkoma";
homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/"; homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ mvs ]; maintainers = with maintainers; [ mvs ];
}; };
} }

View file

@ -228,7 +228,7 @@ beamPackages.mixRelease rec {
meta = with lib; { meta = with lib; {
description = "ActivityPub microblogging server"; description = "ActivityPub microblogging server";
homepage = "https://akkoma.social"; homepage = "https://akkoma.social";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ mvs ]; maintainers = with maintainers; [ mvs ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -64,7 +64,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Trezor address/account balance backend"; description = "Trezor address/account balance backend";
homepage = "https://github.com/trezor/blockbook"; homepage = "https://github.com/trezor/blockbook";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ mmahut _1000101 ]; maintainers = with maintainers; [ mmahut _1000101 ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "blockbook"; mainProgram = "blockbook";

View file

@ -32,7 +32,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS"; description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
mainProgram = "documize"; mainProgram = "documize";
homepage = "https://www.documize.com/"; homepage = "https://www.documize.com/";

View file

@ -31,7 +31,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Reverse HTTP proxy to filter requests by different rules."; description = "Reverse HTTP proxy to filter requests by different rules.";
homepage = "https://github.com/asciimoo/filtron"; homepage = "https://github.com/asciimoo/filtron";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = [ maintainers.dasj19 ]; maintainers = [ maintainers.dasj19 ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "filtron"; mainProgram = "filtron";

View file

@ -19,6 +19,6 @@ buildHomeAssistantComponent rec {
"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."; "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.";
homepage = "https://better-thermostat.org/"; homepage = "https://better-thermostat.org/";
maintainers = with maintainers; [ mguentner ]; maintainers = with maintainers; [ mguentner ];
license = licenses.agpl3; license = licenses.agpl3Only;
}; };
} }

View file

@ -77,7 +77,7 @@ let self = {
meta = with lib; { meta = with lib; {
description = "Validates Akamai v2 query string tokens"; description = "Validates Akamai v2 query string tokens";
homepage = "https://github.com/kaltura/nginx-akamai-token-validate-module"; homepage = "https://github.com/kaltura/nginx-akamai-token-validate-module";
license = with licenses; [ agpl3 ]; license = with licenses; [ agpl3Only ];
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -685,7 +685,7 @@ let self = {
meta = with lib; { meta = with lib; {
description = "Generates CDN tokens, either as a cookie or as a query string parameter"; description = "Generates CDN tokens, either as a cookie or as a query string parameter";
homepage = "https://github.com/kaltura/nginx-secure-token-module"; homepage = "https://github.com/kaltura/nginx-secure-token-module";
license = with licenses; [ agpl3 ]; license = with licenses; [ agpl3Only ];
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -1004,7 +1004,7 @@ let self = {
meta = with lib; { meta = with lib; {
description = "VOD packager"; description = "VOD packager";
homepage = "https://github.com/kaltura/nginx-vod-module"; homepage = "https://github.com/kaltura/nginx-vod-module";
license = with licenses; [ agpl3 ]; license = with licenses; [ agpl3Only ];
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };
}; };

View file

@ -109,7 +109,7 @@ crystal.buildCrystalPackage rec {
description = "An open source alternative front-end to YouTube"; description = "An open source alternative front-end to YouTube";
mainProgram = "invidious"; mainProgram = "invidious";
homepage = "https://invidious.io/"; homepage = "https://invidious.io/";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ infinisil sbruder ]; maintainers = with maintainers; [ infinisil sbruder ];
}; };
} }

View file

@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
description = "A Matrix bot which can generate \"This Week in X\" like blog posts "; description = "A Matrix bot which can generate \"This Week in X\" like blog posts ";
homepage = "https://github.com/haecker-felix/hebbot"; homepage = "https://github.com/haecker-felix/hebbot";
changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}"; changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}";
license = with licenses; [ agpl3 ]; license = with licenses; [ agpl3Only ];
mainProgram = "hebbot"; mainProgram = "hebbot";
maintainers = with maintainers; [ a-kenji ]; maintainers = with maintainers; [ a-kenji ];
}; };

View file

@ -77,7 +77,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle"; description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";
homepage = "https://www.mattermost.org"; homepage = "https://www.mattermost.org";
license = with licenses; [ agpl3 asl20 ]; license = with licenses; [ agpl3Only asl20 ];
maintainers = with maintainers; [ ryantm numinit kranzes mgdelacroix ]; maintainers = with maintainers; [ ryantm numinit kranzes mgdelacroix ];
mainProgram = "mattermost"; mainProgram = "mattermost";
}; };

View file

@ -134,7 +134,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB"; description = "Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB";
license = licenses.agpl3; license = licenses.agpl3Only;
homepage = "https://grafana.com"; homepage = "https://grafana.com";
maintainers = with maintainers; [ offline fpletz willibutz globin ma27 Frostman ]; maintainers = with maintainers; [ offline fpletz willibutz globin ma27 Frostman ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;

View file

@ -33,7 +33,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Grafana Phlare is an open source database that provides fast, scalable, highly available, and efficient storage and querying of profiling data."; description = "Grafana Phlare is an open source database that provides fast, scalable, highly available, and efficient storage and querying of profiling data.";
license = licenses.agpl3; license = licenses.agpl3Only;
homepage = "https://grafana.com/oss/phlare"; homepage = "https://grafana.com/oss/phlare";
maintainers = with maintainers; [ cathalmullan ]; maintainers = with maintainers; [ cathalmullan ];
}; };

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Flash-optimized, in-memory, NoSQL database"; description = "Flash-optimized, in-memory, NoSQL database";
mainProgram = "asd"; mainProgram = "asd";
homepage = "https://aerospike.com/"; homepage = "https://aerospike.com/";
license = licenses.agpl3; license = licenses.agpl3Only;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ kalbasit ]; maintainers = with maintainers; [ kalbasit ];
}; };

View file

@ -143,7 +143,7 @@ let
fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
''; '';
homepage = "ONLYOFFICE Document Server is an online office suite comprising viewers and editors"; homepage = "ONLYOFFICE Document Server is an online office suite comprising viewers and editors";
license = licenses.agpl3; license = licenses.agpl3Plus;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
sourceProvenance = [ sourceTypes.binaryNativeCode ]; sourceProvenance = [ sourceTypes.binaryNativeCode ];
maintainers = with maintainers; [ SuperSandro2000 ]; maintainers = with maintainers; [ SuperSandro2000 ];

View file

@ -163,7 +163,7 @@ beamPackages.mixRelease rec {
meta = with lib; { meta = with lib; {
description = "ActivityPub microblogging server"; description = "ActivityPub microblogging server";
homepage = "https://git.pleroma.social/pleroma/pleroma"; homepage = "https://git.pleroma.social/pleroma/pleroma";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ picnoir yuka kloenk yayayayaka ]; maintainers = with maintainers; [ picnoir yuka kloenk yayayayaka ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -54,7 +54,7 @@
description = "Simple, modern & fast web-based email client"; description = "Simple, modern & fast web-based email client";
homepage = "https://www.rainloop.net"; homepage = "https://www.rainloop.net";
downloadPage = "https://github.com/RainLoop/rainloop-webmail/releases"; downloadPage = "https://github.com/RainLoop/rainloop-webmail/releases";
license = with licenses; if edition == "" then unfree else agpl3; license = with licenses; if edition == "" then unfree else agpl3Only;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ das_j ]; maintainers = with maintainers; [ das_j ];
}; };

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = "https://snappymail.eu"; homepage = "https://snappymail.eu";
changelog = "https://github.com/the-djmaze/snappymail/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/the-djmaze/snappymail/blob/v${version}/CHANGELOG.md";
downloadPage = "https://github.com/the-djmaze/snappymail/releases"; downloadPage = "https://github.com/the-djmaze/snappymail/releases";
license = licenses.agpl3; license = licenses.agpl3Only;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ mic92 ]; maintainers = with maintainers; [ mic92 ];
}; };

View file

@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
"Open Source HTTP Reverse Proxy built in Rust for Immutable Infrastructures"; "Open Source HTTP Reverse Proxy built in Rust for Immutable Infrastructures";
homepage = "https://www.sozu.io"; homepage = "https://www.sozu.io";
changelog = "https://github.com/sozu-proxy/sozu/releases/tag/${version}"; changelog = "https://github.com/sozu-proxy/sozu/releases/tag/${version}";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ Br1ght0ne gaelreyrol ]; maintainers = with maintainers; [ Br1ght0ne gaelreyrol ];
mainProgram = "sozu"; mainProgram = "sozu";
# error[E0432]: unresolved import `std::arch::x86_64` # error[E0432]: unresolved import `std::arch::x86_64`

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation {
The name of the plugin in TT-RSS is 'ff_instagram'. The name of the plugin in TT-RSS is 'ff_instagram'.
''; '';
license = licenses.agpl3; license = licenses.agpl3Plus;
homepage = "https://github.com/wltb/ff_instagram"; homepage = "https://github.com/wltb/ff_instagram";
maintainers = with maintainers; [ das_j ]; maintainers = with maintainers; [ das_j ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -108,7 +108,7 @@ in stdenv.mkDerivation {
meta = { meta = {
description = "Realtime collaborative markdown notes on all platforms"; description = "Realtime collaborative markdown notes on all platforms";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Only;
homepage = "https://hedgedoc.org"; homepage = "https://hedgedoc.org";
mainProgram = "hedgedoc"; mainProgram = "hedgedoc";
maintainers = with lib.maintainers; [ SuperSandro2000 ]; maintainers = with lib.maintainers; [ SuperSandro2000 ];

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Website permitting upload of a file in a simple way and giving a unique link to it"; description = "Website permitting upload of a file in a simple way and giving a unique link to it";
license = licenses.agpl3; license = licenses.agpl3Plus;
homepage = "https://gitlab.com/mojo42/Jirafeau"; homepage = "https://gitlab.com/mojo42/Jirafeau";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ davidtwco ]; maintainers = with maintainers; [ davidtwco ];

View file

@ -3,7 +3,7 @@
"description": "An isomorphic UI for lemmy", "description": "An isomorphic UI for lemmy",
"version": "0.19.3", "version": "0.19.3",
"author": "Dessalines <tyhou13@gmx.com>", "author": "Dessalines <tyhou13@gmx.com>",
"license": "AGPL-3.0", "license": "AGPL-3.0-only",
"scripts": { "scripts": {
"analyze": "webpack --mode=none", "analyze": "webpack --mode=none",
"build:dev": "webpack --env COMMIT_HASH=$(git rev-parse --short HEAD) --mode=development", "build:dev": "webpack --env COMMIT_HASH=$(git rev-parse --short HEAD) --mode=development",

View file

@ -24,6 +24,6 @@ buildGoModule {
''; '';
homepage = "https://github.com/asciimoo/morty"; homepage = "https://github.com/asciimoo/morty";
maintainers = with maintainers; [ leenaars SuperSandro2000 ]; maintainers = with maintainers; [ leenaars SuperSandro2000 ];
license = licenses.agpl3; license = licenses.agpl3Only;
}; };
} }

View file

@ -20,7 +20,7 @@ let
meta = with lib; { meta = with lib; {
description = "A modern client-server application for the Soulseek file sharing network"; description = "A modern client-server application for the Soulseek file sharing network";
homepage = "https://github.com/slskd/slskd"; homepage = "https://github.com/slskd/slskd";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ ppom ]; maintainers = with maintainers; [ ppom ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A full-featured & carefully designed adaptive prompt for Bash & Zsh"; description = "A full-featured & carefully designed adaptive prompt for Bash & Zsh";
homepage = "https://github.com/nojhan/liquidprompt"; homepage = "https://github.com/nojhan/liquidprompt";
license = licenses.agpl3; license = licenses.agpl3Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ gerschtli ]; maintainers = with maintainers; [ gerschtli ];
}; };

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
description = "Hedgedoc CLI"; description = "Hedgedoc CLI";
homepage = "https://github.com/hedgedoc/cli"; homepage = "https://github.com/hedgedoc/cli";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ drupol ]; maintainers = with maintainers; [ drupol ];
}; };
} }

View file

@ -87,7 +87,7 @@ buildGoModule rec {
description = "Daemon based on liblxc offering a REST API to manage containers"; description = "Daemon based on liblxc offering a REST API to manage containers";
homepage = "https://ubuntu.com/lxd"; homepage = "https://ubuntu.com/lxd";
changelog = "https://github.com/canonical/lxd/releases/tag/lxd-${version}"; changelog = "https://github.com/canonical/lxd/releases/tag/lxd-${version}";
license = with licenses; [ asl20 agpl3 ]; license = with licenses; [ asl20 agpl3Plus ];
maintainers = teams.lxc.members; maintainers = teams.lxc.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "BURP - BackUp and Restore Program"; description = "BURP - BackUp and Restore Program";
homepage = "https://burp.grke.org"; homepage = "https://burp.grke.org";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ arjan-s ]; maintainers = with maintainers; [ arjan-s ];
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/NyaMisty/AltServer-Linux"; homepage = "https://github.com/NyaMisty/AltServer-Linux";
description = "AltServer for AltStore, but on-device. Requires root privileges as well as running a custom anisette server currently"; description = "AltServer for AltStore, but on-device. Requires root privileges as well as running a custom anisette server currently";
license = licenses.agpl3; license = licenses.agpl3Only;
mainProgram = "alt-server"; mainProgram = "alt-server";
sourceProvenance = with sourceTypes; [ binaryNativeCode ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
- Option to ignore clipboard updates form certain applications. (filter_classes) - Option to ignore clipboard updates form certain applications. (filter_classes)
- Ability to delete items in clipboard history. - Ability to delete items in clipboard history.
''; '';
license = licenses.agpl3; license = licenses.agpl3Only;
homepage = "https://github.com/mrichar1/clipster"; homepage = "https://github.com/mrichar1/clipster";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.magnetophon ]; maintainers = [ maintainers.magnetophon ];

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
# AGPL with a lesser clause # AGPL with a lesser clause
license = licenses.agpl3; license = licenses.agpl3Plus;
}; };
} }

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ asymmetric ]; maintainers = with maintainers; [ asymmetric ];
# AGPL with a lesser clause # AGPL with a lesser clause
license = licenses.agpl3; license = licenses.agpl3Plus;
}; };
} }

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ asymmetric ]; maintainers = with maintainers; [ asymmetric ];
# AGPL with a lesser clause # AGPL with a lesser clause
license = licenses.agpl3; license = licenses.agpl3Plus;
}; };
} }

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ asymmetric ]; maintainers = with maintainers; [ asymmetric ];
# AGPL with a lesser clause # AGPL with a lesser clause
license = licenses.agpl3; license = licenses.agpl3Plus;
}; };
} }

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
# AGPL with a lesser clause # AGPL with a lesser clause
license = licenses.agpl3; license = licenses.agpl3Plus;
}; };
} }

View file

@ -30,7 +30,7 @@ buildGoModule rec {
homepage = "https://github.com/parseablehq/pb"; homepage = "https://github.com/parseablehq/pb";
changelog = "https://github.com/parseablehq/pb/releases/tag/v${version}"; changelog = "https://github.com/parseablehq/pb/releases/tag/v${version}";
description = "CLI client for Parseable server"; description = "CLI client for Parseable server";
license = licenses.agpl3; license = licenses.agpl3Plus;
maintainers = with maintainers; [ aaronjheng ]; maintainers = with maintainers; [ aaronjheng ];
mainProgram = "pb"; mainProgram = "pb";
}; };

View file

@ -41,7 +41,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
homepage = "https://steampipe.io/"; homepage = "https://steampipe.io/";
description = "select * from cloud;"; description = "select * from cloud;";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ hardselius ]; maintainers = with maintainers; [ hardselius ];
changelog = "https://github.com/turbot/steampipe/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/turbot/steampipe/blob/v${version}/CHANGELOG.md";
}; };

View file

@ -87,7 +87,7 @@ rustPlatform.buildRustPackage rec {
description = "A modular decentralised peer-to-peer packet router and associated tools"; description = "A modular decentralised peer-to-peer packet router and associated tools";
homepage = "https://git.irde.st/we/irdest"; homepage = "https://git.irde.st/we/irdest";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ spacekookie yuka ]; maintainers = with maintainers; [ spacekookie yuka ];
}; };
} }

View file

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "CLI downloader optimized for speed and early preview"; description = "CLI downloader optimized for speed and early preview";
homepage = "https://saldl.github.io"; homepage = "https://saldl.github.io";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ zowoq ]; maintainers = with maintainers; [ zowoq ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "saldl"; mainProgram = "saldl";

View file

@ -25,7 +25,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/asciimoo/wuzz"; homepage = "https://github.com/asciimoo/wuzz";
description = "Interactive cli tool for HTTP inspection"; description = "Interactive cli tool for HTTP inspection";
license = licenses.agpl3; license = licenses.agpl3Only;
maintainers = with maintainers; [ pradeepchhetri ]; maintainers = with maintainers; [ pradeepchhetri ];
mainProgram = "wuzz"; mainProgram = "wuzz";
}; };

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "Daemon that wires button presses to screen backlight level"; description = "Daemon that wires button presses to screen backlight level";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.dancek ]; maintainers = [ lib.maintainers.dancek ];
license = lib.licenses.agpl3; license = lib.licenses.agpl3Plus;
mainProgram = "illum-d"; mainProgram = "illum-d";
}; };
} }

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://mmonit.com/monit/"; homepage = "https://mmonit.com/monit/";
description = "Monitoring system"; description = "Monitoring system";
license = lib.licenses.agpl3; license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ raskin wmertens ryantm ]; maintainers = with lib.maintainers; [ raskin wmertens ryantm ];
platforms = with lib; platforms.linux ++ platforms.darwin; platforms = with lib; platforms.linux ++ platforms.darwin;
mainProgram = "monit"; mainProgram = "monit";

Some files were not shown because too many files have changed in this diff Show more