treewide: remove licenses.agpl3
This commit is contained in:
parent
1b54a5cb78
commit
82b45bf454
101 changed files with 118 additions and 123 deletions
|
@ -1266,11 +1266,6 @@ in mkLicense lset) ({
|
|||
};
|
||||
} // {
|
||||
# TODO: remove legacy aliases
|
||||
agpl3 = {
|
||||
spdxId = "AGPL-3.0";
|
||||
fullName = "GNU Affero General Public License v3.0";
|
||||
deprecated = true;
|
||||
};
|
||||
gpl2 = {
|
||||
spdxId = "GPL-2.0";
|
||||
fullName = "GNU General Public License v2.0";
|
||||
|
|
|
@ -23,7 +23,7 @@ appimageTools.wrapType2 rec {
|
|||
meta = with lib; {
|
||||
description = "A new look into listening and enjoying Apple Music in style and performance.";
|
||||
homepage = "https://github.com/ciderapp/Cider";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = [ maintainers.cigrainger ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "cider";
|
||||
|
|
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||
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";
|
||||
homepage = "https://www.urbackup.org/index.html";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.mgttlinger ];
|
||||
};
|
||||
|
|
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||
end-to-end encryption, powerful extensions, and open-source applications.
|
||||
'';
|
||||
homepage = "https://standardnotes.org";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ mgregoire chuangzhu squalus ];
|
||||
sourceProvenance = [ sourceTypes.binaryNativeCode ];
|
||||
platforms = builtins.attrNames srcjson.deb;
|
||||
|
|
|
@ -42,7 +42,7 @@ clangStdenv.mkDerivation rec {
|
|||
mainProgram = "PikoPixel";
|
||||
homepage = "https://twilightedge.com/mac/pikopixel/";
|
||||
downloadPage = "https://twilightedge.com/mac/pikopixel/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ fgaz ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
@ -169,7 +169,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "PC Software for BambuLab's 3D printers";
|
||||
homepage = "https://github.com/bambulab/BambuStudio";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ zhaofengli ];
|
||||
mainProgram = "bambu-studio";
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -27,7 +27,7 @@ let
|
|||
meta = with lib; {
|
||||
description = "Enables printing directly to OctoPrint and monitoring the process";
|
||||
homepage = "https://github.com/fieldOfView/Cura-OctoPrintPlugin";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Engine for processing 3D models into 3D printing instructions";
|
||||
mainProgram = "CuraEngine";
|
||||
homepage = "https://github.com/Ultimaker/CuraEngine";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ buildGoModule rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A simple text-based Minecraft modpack manager";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
homepage = src.meta.homepage;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
meta = with lib; {
|
||||
description = "Touchscreen GUI for the Klipper 3D printer firmware";
|
||||
homepage = "https://github.com/jordanruthe/KlipperScreen";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ cab404 ];
|
||||
mainProgram = "KlipperScreen";
|
||||
};
|
||||
|
|
|
@ -53,7 +53,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "Marlin auto bed leveling control, mesh correction, and z probe handling";
|
||||
homepage = "https://framagit.org/razer/Octoprint_ABL_Expert/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ WhittlesJr ];
|
||||
};
|
||||
};
|
||||
|
@ -72,7 +72,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "Displays 3D mesh of bed topography report";
|
||||
homepage = "https://github.com/jneilliii/OctoPrint-BedLevelVisualizer";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lovesegfault ];
|
||||
};
|
||||
};
|
||||
|
@ -110,7 +110,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "Plugin for slicing via Cura Legacy from within OctoPrint";
|
||||
homepage = "https://github.com/OctoPrint/OctoPrint-CuraEngineLegacy";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
};
|
||||
};
|
||||
|
@ -148,7 +148,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "OctoPrint-Plugin that sends the current progress of a print via M117 command";
|
||||
homepage = "https://github.com/OllisGit/OctoPrint-DisplayLayerProgress";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ j0hax ];
|
||||
};
|
||||
};
|
||||
|
@ -186,7 +186,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "Edit gcode on OctoPrint";
|
||||
homepage = "https://github.com/ieatacid/OctoPrint-GcodeEditor";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ WhittlesJr ];
|
||||
};
|
||||
};
|
||||
|
@ -205,7 +205,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "Displays GCode documentation for Marlin in the Octoprint terminal command line";
|
||||
homepage = "https://github.com/costas-basdekis/MarlinGcodeDocumentation";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ lovesegfault ];
|
||||
};
|
||||
};
|
||||
|
@ -226,7 +226,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "Publish printer status MQTT";
|
||||
homepage = "https://github.com/OctoPrint/OctoPrint-MQTT";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
};
|
||||
|
@ -256,7 +256,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "Better print time estimation for OctoPrint";
|
||||
homepage = "https://github.com/eyal0/OctoPrint-PrintTimeGenius";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
};
|
||||
};
|
||||
|
@ -284,7 +284,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "OctoPrint plugin to control ATX/AUX power supply";
|
||||
homepage = "https://github.com/kantlivelong/OctoPrint-PSUControl";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
};
|
||||
};
|
||||
|
@ -303,7 +303,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "A simple plugin that add an emergency stop buton on NavBar of OctoPrint";
|
||||
homepage = "https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ WhittlesJr ];
|
||||
};
|
||||
};
|
||||
|
@ -322,7 +322,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "A simple stl viewer tab for OctoPrint";
|
||||
homepage = "https://github.com/jneilliii/Octoprint-STLViewer";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
};
|
||||
|
@ -362,7 +362,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "Beautiful themes for OctoPrint";
|
||||
homepage = "https://github.com/birkbjo/OctoPrint-Themeify";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ lovesegfault ];
|
||||
};
|
||||
};
|
||||
|
@ -381,7 +381,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "Show printers status in window title";
|
||||
homepage = "https://github.com/MoonshineSG/OctoPrint-TitleStatus";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
};
|
||||
|
@ -400,7 +400,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "Touch friendly interface for a small TFT module or phone for OctoPrint";
|
||||
homepage = "https://github.com/BillyBlaze/OctoPrint-TouchUI";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
};
|
||||
};
|
||||
|
@ -419,7 +419,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "A plugin for a better integration of Klipper into OctoPrint";
|
||||
homepage = "https://github.com/AliceGrey/OctoprintKlipperPlugin";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ lovesegfault ];
|
||||
};
|
||||
};
|
||||
|
@ -473,7 +473,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "A dashboard for Octoprint";
|
||||
homepage = "https://github.com/StefanCohen/OctoPrint-Dashboard";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ j0hax ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
maintainers = with maintainers; [ sikmir ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -191,7 +191,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = with lib; {
|
||||
description = "G-code generator for 3D printer";
|
||||
homepage = "https://github.com/prusa3d/PrusaSlicer";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ moredread tweber tmarkus ];
|
||||
platforms = platforms.unix;
|
||||
} // lib.optionalAttrs (stdenv.isDarwin) {
|
||||
|
|
|
@ -81,7 +81,7 @@ let
|
|||
meta = with lib; {
|
||||
inherit description;
|
||||
homepage = "https://github.com/supermerill/SuperSlicer";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ cab404 moredread tmarkus ];
|
||||
mainProgram = "superslicer";
|
||||
};
|
||||
|
|
|
@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
|||
slices (layers), generates toolpaths to fill them and calculates the
|
||||
amount of material to be extruded.'';
|
||||
homepage = "https://slic3r.org/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ bjornfor ];
|
||||
};
|
||||
|
|
|
@ -51,7 +51,7 @@ buildGoModule rec {
|
|||
'';
|
||||
homepage = "https://brig.readthedocs.io";
|
||||
changelog = "https://github.com/sahib/brig/releases/tag/${src.rev}";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ offline ];
|
||||
mainProgram = "brig";
|
||||
};
|
||||
|
|
|
@ -23,7 +23,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "A command line tool for browsing Hacker News in your terminal";
|
||||
homepage = "https://github.com/bensadeh/circumflex";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ mktip ];
|
||||
mainProgram = "clx";
|
||||
};
|
||||
|
|
|
@ -776,7 +776,7 @@
|
|||
"owner": "aminueza",
|
||||
"repo": "terraform-provider-minio",
|
||||
"rev": "v2.2.0",
|
||||
"spdx": "AGPL-3.0",
|
||||
"spdx": "AGPL-3.0-only",
|
||||
"vendorHash": "sha256-Uxexx5sK6D+EEEPWLnWFE0HPG1RKUsYnSJ/1bV9JBkw="
|
||||
},
|
||||
"mongodbatlas": {
|
||||
|
|
|
@ -40,7 +40,7 @@ buildGoModule rec {
|
|||
broken = true;
|
||||
description = "Autonomous (self-hosted) BitTorrent DHT search engine suite";
|
||||
homepage = "https://github.com/ireun/magnetico";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
badPlatforms = platforms.darwin;
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
};
|
||||
|
|
|
@ -46,7 +46,7 @@ in
|
|||
sea-slang for gossip - a scuttlebutt is basically a watercooler on a ship.
|
||||
'';
|
||||
homepage = "https://www.scuttlebutt.nz/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ asymmetric picnoir cyplo ];
|
||||
mainProgram = "ssb-patchwork";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
|
|
@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Modular multi screen pdf presentation viewer";
|
||||
homepage = "https://github.com/stiglers-eponym/BeamerPresenter";
|
||||
license = with licenses; [ agpl3 gpl3Plus ];
|
||||
license = with licenses; [ agpl3Only gpl3Plus ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ pacien dotlambda ];
|
||||
mainProgram = "beamerpresenter";
|
||||
|
|
|
@ -81,7 +81,7 @@ gnuradio3_8.pkgs.mkDerivation rec {
|
|||
description = "SDR transceiver application for analog and digital modes";
|
||||
mainProgram = "qradiolink";
|
||||
homepage = "http://qradiolink.org/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = [ maintainers.markuskowa ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://www.srslte.com/";
|
||||
description = "Open-source 4G and 5G software radio suite.";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = with platforms; linux ;
|
||||
maintainers = with maintainers; [ hexagonal-sun ];
|
||||
};
|
||||
|
|
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Short read genome assembler";
|
||||
mainProgram = "minia";
|
||||
homepage = "https://github.com/GATB/minia";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ jbedo ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
|
|
@ -196,7 +196,7 @@ stdenv.mkDerivation rec {
|
|||
Just the build products, the libraries are passed via an env var in the wrapper, default.nix
|
||||
'';
|
||||
homepage = "https://www.kicad.org/";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Plus;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
meta = {
|
||||
description = "Turn any device into a secondary screen for your computer";
|
||||
homepage = "https://deskreen.com";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Only;
|
||||
mainProgram = "deskreen";
|
||||
maintainers = with lib.maintainers; [ leo248 drupol ];
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
@ -37,7 +37,7 @@ let
|
|||
meta = with lib; {
|
||||
description = "svg-flatten SVG downconverter";
|
||||
homepage = "https://github.com/jaseg/gerbolyze";
|
||||
license = with licenses; [ agpl3 ];
|
||||
license = with licenses; [ agpl3Plus ];
|
||||
maintainers = with maintainers; [ wulfsta ];
|
||||
mainProgram = "svg-flatten";
|
||||
platforms = platforms.linux;
|
||||
|
@ -84,7 +84,7 @@ in python3Packages.buildPythonApplication rec {
|
|||
meta = with lib; {
|
||||
description = "Directly render SVG overlays into Gerber and Excellon files";
|
||||
homepage = "https://github.com/jaseg/gerbolyze";
|
||||
license = with licenses; [ agpl3 ];
|
||||
license = with licenses; [ agpl3Plus ];
|
||||
maintainers = with maintainers; [ wulfsta ];
|
||||
mainProgram = "gerbolyze";
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -46,7 +46,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
description = "Emulate 'tdrop' in Hyprland (run, show and hide specific programs per keybind)";
|
||||
homepage = "https://github.com/Schweber/hdrop";
|
||||
changelog = "https://github.com/Schweber/hdrop/releases/tag/v${version}";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ Schweber ];
|
||||
mainProgram = "hdrop";
|
||||
|
|
|
@ -110,7 +110,7 @@ stdenv.mkDerivation {
|
|||
changelog = "https://jasp-stats.org/release-notes";
|
||||
description = "A complete statistical package for both Bayesian and Frequentist statistical methods";
|
||||
homepage = "https://github.com/jasp-stats/jasp-desktop";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Plus;
|
||||
mainProgram = "JASP";
|
||||
maintainers = with lib.maintainers; [ tomasajt ];
|
||||
# JASP's cmake build steps are really different on Darwin
|
||||
|
|
|
@ -52,6 +52,6 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/knadh/listmonk";
|
||||
changelog = "https://github.com/knadh/listmonk/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ raitobezarius ];
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ php.buildComposerProject (finalAttrs: {
|
|||
meta = {
|
||||
description = "a federated blogging & chat platform that acts as a web front end for the XMPP protocol";
|
||||
homepage = "https://movim.eu";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with lib.maintainers; [ toastal ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = with lib; {
|
||||
description = "The secure french messenger";
|
||||
homepage = "https://www.olvid.io";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
mainProgram = "olvid";
|
||||
maintainers = with maintainers; [ rookeur ];
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -18,7 +18,7 @@ in
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/mgmeyers/pdfannots2json";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
description = "A tool to convert PDF annotations to JSON";
|
||||
mainProgram = "pdfannots2json";
|
||||
maintainers = with maintainers; [ _0nyr ];
|
||||
|
|
|
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://pdf.24eme.fr/";
|
||||
changelog =
|
||||
"https://github.com/24eme/signaturepdf/releases/tag/v${version}";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ DamienCassou ];
|
||||
};
|
||||
|
|
|
@ -141,7 +141,7 @@ rustPlatform.buildRustPackage {
|
|||
meta = with lib; {
|
||||
description = "A local-first, encrypted, note taking application organized in tree-like structures";
|
||||
homepage = " https://codeberg.org/solver-orgz/treedome";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "treedome";
|
||||
maintainers = with maintainers; [ tengkuizdihar ];
|
||||
|
|
|
@ -16,7 +16,7 @@ build-idris-package {
|
|||
meta = {
|
||||
description = "An implementation of the Lambda Cube in Idris";
|
||||
homepage = "https://github.com/aatxe/cube.idr";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ build-idris-package {
|
|||
meta = {
|
||||
description = "Idris mapping library";
|
||||
homepage = "https://github.com/zaoqi/Mapping.idr";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ mkDerivation rec {
|
|||
description =
|
||||
"A formalised, cross-linked reference resource for mathematics done in Homotopy Type Theory ";
|
||||
homepage = src.meta.homepage;
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ ncfavier ];
|
||||
};
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
import ./generic.nix (args // {
|
||||
version = "6.0.30";
|
||||
sha256 = "1lhglbvg65j5slrlv7qv4vi3cvd7kjywa07gq1abzschycf4p3k0";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Only;
|
||||
extraPatches = [
|
||||
./clang-6.0.patch
|
||||
./CVE-2017-10140-cwd-db_config.patch
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
import ./generic.nix (args // {
|
||||
version = "6.2.32";
|
||||
sha256 = "1yx8wzhch5wwh016nh0kfxvknjkafv6ybkqh6nh7lxx50jqf5id9";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Only;
|
||||
extraPatches = [
|
||||
./clang-6.0.patch
|
||||
./CVE-2017-10140-cwd-db_config.patch
|
||||
|
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://www.oracle.com/database/berkeley-db/xml.html";
|
||||
description = "Embeddable XML database based on Berkeley DB";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "SyncML client sdk by Funambol project";
|
||||
homepage = "https://www.funambol.com";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://www.jbig2dec.com/";
|
||||
description = "Decoder implementation of the JBIG2 image compression format";
|
||||
mainProgram = "jbig2dec";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Only;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
2
pkgs/development/node-packages/node-packages.nix
generated
2
pkgs/development/node-packages/node-packages.nix
generated
|
@ -89968,7 +89968,7 @@ in
|
|||
meta = {
|
||||
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";
|
||||
license = "AGPL-3.0";
|
||||
license = "AGPL-3.0-only";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
|
|
|
@ -50,7 +50,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A(Sync) Interface for internal Audible API written in pure Python";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
homepage = "https://github.com/mkb79/Audible";
|
||||
maintainers = with maintainers; [ jvanbruegge ];
|
||||
};
|
||||
|
|
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python bindings for Oracle Berkeley DB";
|
||||
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 = [ ];
|
||||
};
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/noumar/iso639";
|
||||
description = "ISO 639 library for Python";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ zraexy ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -126,7 +126,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Static site generator that requires no database or server-side logic";
|
||||
homepage = "https://getpelican.com/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ offline prikhi ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ buildPythonPackage {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/Unrud/RadicaleInfCloud/";
|
||||
description = "Integrate InfCloud into Radicale's web interface";
|
||||
license = with licenses; [ agpl3 gpl3 ];
|
||||
license = with licenses; [ agpl3Plus gpl3 ];
|
||||
maintainers = with maintainers; [ erictapen ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||
meta = with lib; {
|
||||
description = "Redo implementation in Bourne Shell";
|
||||
homepage = "http://news.dieweltistgarnichtso.net/bin/redo-sh.html";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ sternenseemann ];
|
||||
};
|
||||
|
|
|
@ -84,7 +84,7 @@ buildGoModule rec {
|
|||
meta = {
|
||||
description = "Provision software development environments via Terraform on Linux, macOS, Windows, X86, ARM, and of course, Kubernetes";
|
||||
homepage = "https://coder.com";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = [ lib.maintainers.ghuntley lib.maintainers.urandom ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "A community-lead fork of the minimalist roguelike game Brogue";
|
||||
mainProgram = "brogue-ce";
|
||||
homepage = "https://github.com/tmewett/BrogueCE";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ AndersonTorres fgaz ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "A roguelike game";
|
||||
mainProgram = "brogue";
|
||||
homepage = "https://sites.google.com/site/broguegame/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ AndersonTorres fgaz ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
|
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/bvschaik/julius";
|
||||
description = "An open source re-implementation of Caesar III";
|
||||
mainProgram = "julius";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ Thra11 ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin;
|
||||
|
|
|
@ -27,7 +27,7 @@ let
|
|||
binaryBytecode
|
||||
binaryNativeCode
|
||||
];
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ rhendric ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
|
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||
You must view the world as mario does, as a one dimensional line.
|
||||
'';
|
||||
homepage = "https://mar1d.com";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ taeer ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
|
|
@ -188,7 +188,7 @@ stdenv.mkDerivation rec {
|
|||
operations in the PostScript language, and (iii) a wide variety
|
||||
of output drivers for various file formats and printers.
|
||||
'';
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Plus;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.viric ];
|
||||
mainProgram = "gs";
|
||||
|
|
|
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Admin interface for Akkoma";
|
||||
homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ mvs ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Frontend for Akkoma";
|
||||
homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ mvs ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -228,7 +228,7 @@ beamPackages.mixRelease rec {
|
|||
meta = with lib; {
|
||||
description = "ActivityPub microblogging server";
|
||||
homepage = "https://akkoma.social";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ mvs ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
|
|
@ -64,7 +64,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Trezor address/account balance backend";
|
||||
homepage = "https://github.com/trezor/blockbook";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ mmahut _1000101 ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "blockbook";
|
||||
|
|
|
@ -32,7 +32,7 @@ buildGoModule rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "documize";
|
||||
homepage = "https://www.documize.com/";
|
||||
|
|
|
@ -31,7 +31,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Reverse HTTP proxy to filter requests by different rules.";
|
||||
homepage = "https://github.com/asciimoo/filtron";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = [ maintainers.dasj19 ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "filtron";
|
||||
|
|
|
@ -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.";
|
||||
homepage = "https://better-thermostat.org/";
|
||||
maintainers = with maintainers; [ mguentner ];
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -77,7 +77,7 @@ let self = {
|
|||
meta = with lib; {
|
||||
description = "Validates Akamai v2 query string tokens";
|
||||
homepage = "https://github.com/kaltura/nginx-akamai-token-validate-module";
|
||||
license = with licenses; [ agpl3 ];
|
||||
license = with licenses; [ agpl3Only ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
@ -685,7 +685,7 @@ let self = {
|
|||
meta = with lib; {
|
||||
description = "Generates CDN tokens, either as a cookie or as a query string parameter";
|
||||
homepage = "https://github.com/kaltura/nginx-secure-token-module";
|
||||
license = with licenses; [ agpl3 ];
|
||||
license = with licenses; [ agpl3Only ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
@ -1004,7 +1004,7 @@ let self = {
|
|||
meta = with lib; {
|
||||
description = "VOD packager";
|
||||
homepage = "https://github.com/kaltura/nginx-vod-module";
|
||||
license = with licenses; [ agpl3 ];
|
||||
license = with licenses; [ agpl3Only ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -109,7 +109,7 @@ crystal.buildCrystalPackage rec {
|
|||
description = "An open source alternative front-end to YouTube";
|
||||
mainProgram = "invidious";
|
||||
homepage = "https://invidious.io/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ infinisil sbruder ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "A Matrix bot which can generate \"This Week in X\" like blog posts ";
|
||||
homepage = "https://github.com/haecker-felix/hebbot";
|
||||
changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}";
|
||||
license = with licenses; [ agpl3 ];
|
||||
license = with licenses; [ agpl3Only ];
|
||||
mainProgram = "hebbot";
|
||||
maintainers = with maintainers; [ a-kenji ];
|
||||
};
|
||||
|
|
|
@ -77,7 +77,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";
|
||||
homepage = "https://www.mattermost.org";
|
||||
license = with licenses; [ agpl3 asl20 ];
|
||||
license = with licenses; [ agpl3Only asl20 ];
|
||||
maintainers = with maintainers; [ ryantm numinit kranzes mgdelacroix ];
|
||||
mainProgram = "mattermost";
|
||||
};
|
||||
|
|
|
@ -134,7 +134,7 @@ buildGoModule rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
homepage = "https://grafana.com";
|
||||
maintainers = with maintainers; [ offline fpletz willibutz globin ma27 Frostman ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
|
|
|
@ -33,7 +33,7 @@ buildGoModule rec {
|
|||
|
||||
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.";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
homepage = "https://grafana.com/oss/phlare";
|
||||
maintainers = with maintainers; [ cathalmullan ];
|
||||
};
|
||||
|
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Flash-optimized, in-memory, NoSQL database";
|
||||
mainProgram = "asd";
|
||||
homepage = "https://aerospike.com/";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
};
|
||||
|
|
|
@ -143,7 +143,7 @@ let
|
|||
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";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
sourceProvenance = [ sourceTypes.binaryNativeCode ];
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
|
|
|
@ -163,7 +163,7 @@ beamPackages.mixRelease rec {
|
|||
meta = with lib; {
|
||||
description = "ActivityPub microblogging server";
|
||||
homepage = "https://git.pleroma.social/pleroma/pleroma";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ picnoir yuka kloenk yayayayaka ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
description = "Simple, modern & fast web-based email client";
|
||||
homepage = "https://www.rainloop.net";
|
||||
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;
|
||||
maintainers = with maintainers; [ das_j ];
|
||||
};
|
||||
|
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://snappymail.eu";
|
||||
changelog = "https://github.com/the-djmaze/snappymail/blob/v${version}/CHANGELOG.md";
|
||||
downloadPage = "https://github.com/the-djmaze/snappymail/releases";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ mic92 ];
|
||||
};
|
||||
|
|
|
@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
|
|||
"Open Source HTTP Reverse Proxy built in Rust for Immutable Infrastructures";
|
||||
homepage = "https://www.sozu.io";
|
||||
changelog = "https://github.com/sozu-proxy/sozu/releases/tag/${version}";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ Br1ght0ne gaelreyrol ];
|
||||
mainProgram = "sozu";
|
||||
# error[E0432]: unresolved import `std::arch::x86_64`
|
||||
|
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||
|
||||
The name of the plugin in TT-RSS is 'ff_instagram'.
|
||||
'';
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
homepage = "https://github.com/wltb/ff_instagram";
|
||||
maintainers = with maintainers; [ das_j ];
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -108,7 +108,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
meta = {
|
||||
description = "Realtime collaborative markdown notes on all platforms";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Only;
|
||||
homepage = "https://hedgedoc.org";
|
||||
mainProgram = "hedgedoc";
|
||||
maintainers = with lib.maintainers; [ SuperSandro2000 ];
|
||||
|
|
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
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";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ davidtwco ];
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"description": "An isomorphic UI for lemmy",
|
||||
"version": "0.19.3",
|
||||
"author": "Dessalines <tyhou13@gmx.com>",
|
||||
"license": "AGPL-3.0",
|
||||
"license": "AGPL-3.0-only",
|
||||
"scripts": {
|
||||
"analyze": "webpack --mode=none",
|
||||
"build:dev": "webpack --env COMMIT_HASH=$(git rev-parse --short HEAD) --mode=development",
|
||||
|
|
|
@ -24,6 +24,6 @@ buildGoModule {
|
|||
'';
|
||||
homepage = "https://github.com/asciimoo/morty";
|
||||
maintainers = with maintainers; [ leenaars SuperSandro2000 ];
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ let
|
|||
meta = with lib; {
|
||||
description = "A modern client-server application for the Soulseek file sharing network";
|
||||
homepage = "https://github.com/slskd/slskd";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ ppom ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "A full-featured & carefully designed adaptive prompt for Bash & Zsh";
|
||||
homepage = "https://github.com/nojhan/liquidprompt";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ gerschtli ];
|
||||
};
|
||||
|
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
|||
meta = with lib; {
|
||||
description = "Hedgedoc CLI";
|
||||
homepage = "https://github.com/hedgedoc/cli";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ drupol ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -87,7 +87,7 @@ buildGoModule rec {
|
|||
description = "Daemon based on liblxc offering a REST API to manage containers";
|
||||
homepage = "https://ubuntu.com/lxd";
|
||||
changelog = "https://github.com/canonical/lxd/releases/tag/lxd-${version}";
|
||||
license = with licenses; [ asl20 agpl3 ];
|
||||
license = with licenses; [ asl20 agpl3Plus ];
|
||||
maintainers = teams.lxc.members;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "BURP - BackUp and Restore Program";
|
||||
homepage = "https://burp.grke.org";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ arjan-s ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = with lib; {
|
||||
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";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
mainProgram = "alt-server";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||
- Option to ignore clipboard updates form certain applications. (filter_classes)
|
||||
- Ability to delete items in clipboard history.
|
||||
'';
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
homepage = "https://github.com/mrichar1/clipster";
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.magnetophon ];
|
||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ ];
|
||||
|
||||
# AGPL with a lesser clause
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ asymmetric ];
|
||||
|
||||
# AGPL with a lesser clause
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ asymmetric ];
|
||||
|
||||
# AGPL with a lesser clause
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ asymmetric ];
|
||||
|
||||
# AGPL with a lesser clause
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ ];
|
||||
# AGPL with a lesser clause
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/parseablehq/pb";
|
||||
changelog = "https://github.com/parseablehq/pb/releases/tag/v${version}";
|
||||
description = "CLI client for Parseable server";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ aaronjheng ];
|
||||
mainProgram = "pb";
|
||||
};
|
||||
|
|
|
@ -41,7 +41,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://steampipe.io/";
|
||||
description = "select * from cloud;";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ hardselius ];
|
||||
changelog = "https://github.com/turbot/steampipe/blob/v${version}/CHANGELOG.md";
|
||||
};
|
||||
|
|
|
@ -87,7 +87,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "A modular decentralised peer-to-peer packet router and associated tools";
|
||||
homepage = "https://git.irde.st/we/irdest";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ spacekookie yuka ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "CLI downloader optimized for speed and early preview";
|
||||
homepage = "https://saldl.github.io";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ zowoq ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "saldl";
|
||||
|
|
|
@ -25,7 +25,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/asciimoo/wuzz";
|
||||
description = "Interactive cli tool for HTTP inspection";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ pradeepchhetri ];
|
||||
mainProgram = "wuzz";
|
||||
};
|
||||
|
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Daemon that wires button presses to screen backlight level";
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.dancek ];
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Plus;
|
||||
mainProgram = "illum-d";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = "https://mmonit.com/monit/";
|
||||
description = "Monitoring system";
|
||||
license = lib.licenses.agpl3;
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with lib.maintainers; [ raskin wmertens ryantm ];
|
||||
platforms = with lib; platforms.linux ++ platforms.darwin;
|
||||
mainProgram = "monit";
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue