Merge pull request #331089 from Sigmanificient/normalize-empty-maintainer-list

treewide: normalize empty maintainers list formatting
This commit is contained in:
Aleksana 2024-07-31 01:02:00 +08:00 committed by GitHub
commit 24d960dd4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
44 changed files with 44 additions and 44 deletions

View File

@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
description = "Fast line-oriented regex search tool, similar to ag and ack";
homepage = "https://github.com/BurntSushi/ripgrep";
license = lib.licenses.unlicense;
maintainers = [];
maintainers = [ ];
};
}
```

View File

@ -12,7 +12,7 @@ let default-config = {
in import ./make-test-python.nix ({ pkgs, ...} : {
name = "networking-proxy";
meta = with pkgs.lib.maintainers; {
maintainers = [ ];
maintainers = [ ];
};
nodes = {

View File

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ... }: {
name = "sogo";
meta = with pkgs.lib.maintainers; {
maintainers = [];
maintainers = [ ];
};
nodes = {

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
homepage = "https://gmpclient.org";
description = "GTK2 frontend for Music Player Daemon";
license = licenses.gpl2;
maintainers = [];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -20,7 +20,7 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://github.com/martijnboland/moped";
description = "Web client for Mopidy";
license = licenses.mit;
maintainers = [];
maintainers = [ ];
hydraPlatforms = [];
};
}

View File

@ -26,6 +26,6 @@ mkDerivation {
mainProgram = "kde-inotify-survey";
homepage = "https://invent.kde.org/system/kde-inotify-survey";
license = lib.licenses.gpl2Plus;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -31,6 +31,6 @@ mkDerivation {
description = "Companion application for conferences";
homepage = "https://apps.kde.org/kongress/";
license = lib.licenses.gpl3;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -20,6 +20,6 @@ mkDerivation {
mainProgram = "telly-skout";
homepage = "https://apps.kde.org/telly-skout/";
license = lib.licenses.gpl2Plus;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -73,6 +73,6 @@ buildPythonApplication rec {
'';
homepage = "https://tabatkins.github.io/bikeshed/";
license = licenses.cc0;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mdgaziur/findex";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://sourceforge.net/projects/gmrun/";
license = licenses.gpl2;
maintainers = [];
maintainers = [ ];
platforms = platforms.all;
mainProgram = "gmrun";
};

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Open source implementation of NVIDIA's GameStream";
homepage = "https://github.com/moonlight-stream/moonlight-embedded";
license = licenses.gpl3Plus;
maintainers = [];
maintainers = [ ];
mainProgram = "moonlight";
platforms = platforms.linux;
};

View File

@ -33,6 +33,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/davidbrazdil/volnoti";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://fanglingsu.github.io/vimb/";
license = lib.licenses.gpl3;
maintainers = [];
maintainers = [ ];
platforms = with lib.platforms; linux;
};
}

View File

@ -23,6 +23,6 @@ buildGoModule rec {
mainProgram = "kubelogin";
inherit (src.meta) homepage;
license = licenses.mit;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -40,6 +40,6 @@ buildPythonPackage {
description = "Useful NixOS modules which may not belong in the Nixpkgs repository itself";
homepage = "https://github.com/nix-community/nixos-modules-contrib";
license = licenses.lgpl3;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
homepage = "http://epicsol.org";
description = "IRC client that offers a great ircII interface";
license = licenses.bsd3;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
'';
homepage = "http://travisbrown.ca/projects/nitpick/docs/nitpick.html";
license = with lib.licenses; gpl2;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://containers.github.io/youki/";
changelog = "https://github.com/containers/youki/releases/tag/v${version}";
license = licenses.asl20;
maintainers = [];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "youki";
};

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = {
description = "Graphite versions of Linux Libertine and Linux Biolinum font families for LibreOffice and OpenOffice.org";
homepage = "https://numbertext.org/linux/";
maintainers = [];
maintainers = [ ];
license = lib.licenses.ofl;
};
}

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
license = with lib.licenses; [ gpl2Plus lgpl2Plus ];
pkgConfigModules = [ "gnome-keyring-1" ];
platforms = lib.platforms.unix;
maintainers = [];
maintainers = [ ];
longDescription = ''
gnome-keyring is a program that keeps password and other secrets for

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.com/orcus/orcus";
changelog = "https://gitlab.com/orcus/orcus/-/blob/${src.rev}/CHANGELOG";
license = licenses.mpl20;
maintainers = [];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://atelier-anchor.com/typefaces/smiley-sans/";
changelog = "https://github.com/atelier-anchor/smiley-sans/blob/main/CHANGELOG.md";
license = licenses.ofl;
maintainers = [];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation rec {
description = "GeoLite2 data created by MaxMind";
homepage = "https://github.com/Dreamacro/maxmind-geoip";
license = licenses.unfree;
maintainers = [];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://fox-toolkit.org";
license = licenses.lgpl3Plus;
maintainers = [];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://fox-toolkit.org";
license = lib.licenses.lgpl3;
maintainers = [];
maintainers = [ ];
platforms = lib.platforms.mesaPlatforms;
};
}

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Dobiasd/FunctionalPlus";
license = licenses.boost;
platforms = platforms.all;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -15,6 +15,6 @@ mkDerivation rec {
description = "Various text handling addons for KDE applications";
homepage = "https://invent.kde.org/libraries/ktextaddons/";
license = licenses.gpl2Plus;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
notification facilities
'';
license = licenses.zlib;
maintainers = [];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -58,6 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Library to work with the PDF file format";
platforms = lib.platforms.all;
license = with lib.licenses; [ gpl2Plus lgpl2Plus ];
maintainers = [];
maintainers = [ ];
};
})

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/unittest-cpp/unittest-cpp";
description = "Lightweight unit testing framework for C++";
license = lib.licenses.mit;
maintainers = [];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View File

@ -22,6 +22,6 @@ buildGoModule rec {
mainProgram = "renderizer";
inherit (src.meta) homepage;
license = licenses.gpl3;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/system76-power";
license = licenses.gpl3Plus;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = [];
maintainers = [ ];
};
}

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl2Only;
platforms = platforms.unix; # "Hiawatha runs perfectly on Linux, BSD and MacOS X"
mainProgram = "hiawatha";
maintainers = [];
maintainers = [ ];
};
})

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.epl10;
platforms = platforms.all;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
description = "Tiny monitor calibration loader for X and MS-Windows";
license = licenses.gpl2Plus;
maintainers = [];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "xcalib";
};

View File

@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
GUI, many bugfixes, and more.
'';
maintainers = [];
maintainers = [ ];
platforms = lib.platforms.unix;
knownVulnerabilities = [ "CVE-2021-42785" ];

View File

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.gnu.org/software/sharutils/";
license = licenses.gpl3Plus;
maintainers = [];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -42,6 +42,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.bsdOriginal;
pkgConfigModules = [ "bz2" ];
platforms = platforms.all;
maintainers = [];
maintainers = [ ];
};
})

View File

@ -148,7 +148,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.argyllcms.com/";
description = "Color management system (compatible with ICC)";
license = licenses.gpl3;
maintainers = [];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://dbacl.sourceforge.net/";
longDescription = "a digramic Bayesian classifier for text recognition.";
maintainers = [];
maintainers = [ ];
license = lib.licenses.gpl3;
platforms = lib.platforms.unix;
};

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
homepage = "https://gitlab.com/surfraw/Surfraw";
maintainers = [];
maintainers = [ ];
platforms = lib.platforms.all;
license = lib.licenses.publicDomain;
};

View File

@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://huacnlee.github.io/autocorrect";
changelog = "https://github.com/huacnlee/autocorrect/releases/tag/v${version}";
license = licenses.mit;
maintainers = [];
maintainers = [ ];
};
}

View File

@ -19433,7 +19433,7 @@ with pkgs;
# tests fail on old version
doCheck = false;
meta = libgit2.meta // {
maintainers = [];
maintainers = [ ];
knownVulnerabilities = [ "CVE-2024-24575" "CVE-2024-24577" "CVE-2022-29187" "CVE 2022-24765" ];
};
};