ehmry: reduce maintainership

This commit is contained in:
Emery Hemingway 2024-02-09 11:39:43 +00:00
parent 3701258fe1
commit 1a72ea7722
13 changed files with 4 additions and 13 deletions

View File

@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Collection of audio level meters with GUI in LV2 plugin format";
homepage = "https://x42.github.io/meters.lv2/";
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2;
platforms = platforms.linux;
};

View File

@ -77,7 +77,6 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://picard.musicbrainz.org";
changelog = "https://picard.musicbrainz.org/changelog";
description = "The official MusicBrainz tagger";
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2Plus;
platforms = platforms.all;
};

View File

@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "The slrn (S-Lang read news) newsreader";
homepage = "https://slrn.sourceforge.net/index.html";
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2;
platforms = with platforms; linux;
};

View File

@ -79,7 +79,6 @@ rustPlatform.buildRustPackage {
'';
homepage = "https://nymtech.net";
license = licenses.asl20;
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;
};
}

View File

@ -51,6 +51,6 @@ python3Packages.buildPythonApplication rec {
'';
homepage = "https://www.nicotine-plus.org";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ehmry klntsky ];
maintainers = with maintainers; [ klntsky ];
};
}

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.musicpd.org/libs/libmpdclient/";
changelog = "https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/${finalAttrs.src.rev}/NEWS";
license = with lib.licenses; [ bsd2 ];
maintainers = with lib.maintainers; [ AndersonTorres ehmry ];
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.unix;
};
})

View File

@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://acoustid.org/chromaprint";
description = "AcoustID audio fingerprinting library";
maintainers = with maintainers; [ ehmry ];
license = licenses.lgpl21Plus;
platforms = platforms.unix;
};

View File

@ -17,7 +17,6 @@ mkDerivation {
meta = with lib; {
license = [ licenses.lgpl2 ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};

View File

@ -22,6 +22,5 @@ buildPythonPackage rec {
description = "Matplotlib utilities for the visualization, and visual analysis, of financial data";
homepage = "https://github.com/matplotlib/mplfinance";
license = [ licenses.bsd3 ];
maintainers = [ maintainers.ehmry ];
};
}

View File

@ -188,7 +188,7 @@ let
description = "A flexible, powerful daemon for playing music";
homepage = "https://www.musicpd.org/";
license = licenses.gpl2Only;
maintainers = with maintainers; [ astsmtl ehmry tobim ];
maintainers = with maintainers; [ astsmtl tobim ];
platforms = platforms.unix;
mainProgram = "mpd";

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.rarlab.com/";
license = licenses.unfreeRedistributable;
mainProgram = "unrar";
maintainers = with maintainers; [ ehmry wegank ];
maintainers = with maintainers; [ wegank ];
platforms = platforms.all;
};
})

View File

@ -107,7 +107,6 @@ stdenv.mkDerivation rec {
{ description = "Network boot firmware";
homepage = "https://ipxe.org/";
license = licenses.gpl2Only;
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux;
};
}

View File

@ -22,7 +22,6 @@ stdenv.mkDerivation (finalAttrs: {
{ description = "Intel AMT® SoL client + tools";
homepage = "https://www.kraxel.org/cgit/amtterm/";
license = licenses.gpl2;
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
})