Commit 1a72ea77 authored by Emery Hemingway's avatar Emery Hemingway
Browse files

ehmry: reduce maintainership

parent 3701258f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
  };
+0 −1
Original line number Diff line number Diff line
@@ -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;
  };
+0 −1
Original line number Diff line number Diff line
@@ -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;
  };
+0 −1
Original line number Diff line number Diff line
@@ -79,7 +79,6 @@ rustPlatform.buildRustPackage {
    '';
    homepage = "https://nymtech.net";
    license = licenses.asl20;
    maintainers = [ maintainers.ehmry ];
    platforms = platforms.all;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
Loading