Unverified Commit 8f56c28e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #329612 from tie/remove-goibhniu

treewide: remove maintainer goibhniu
parents 02a5f6fc 90fbf713
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -7541,12 +7541,6 @@
    githubId = 605072;
    name = "Daniel Goertzen";
  };
  goibhniu = {
    email = "cillian.deroiste@gmail.com";
    github = "cillianderoiste";
    githubId = 643494;
    name = "Cillian de Róiste";
  };
  GoldsteinE = {
    email = "root@goldstein.rs";
    github = "GoldsteinE";
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
    description = "Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system";
    homepage = "https://a2jmidid.ladish.org/";
    license = licenses.gpl2Only;
    maintainers = [ maintainers.goibhniu ];
    maintainers = [ ];
    platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
    description = "LV2 port of the internal modules found in Alsa Modular Synth";
    homepage = "https://github.com/blablack/ams-lv2";
    license = licenses.gpl3;
    maintainers = [ maintainers.goibhniu ];
    maintainers = [ ];
    platforms = platforms.linux;
    # Build uses `-msse` and `-mfpmath=sse`
    badPlatforms = [ "aarch64-linux" ];
+1 −1
Original line number Diff line number Diff line
@@ -207,6 +207,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2Plus;
    mainProgram = "ardour7";
    platforms = platforms.linux;
    maintainers = with maintainers; [ goibhniu magnetophon mitchmindtree ];
    maintainers = with maintainers; [ magnetophon mitchmindtree ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -214,6 +214,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2Plus;
    mainProgram = "ardour8";
    platforms = platforms.linux;
    maintainers = with maintainers; [ goibhniu magnetophon mitchmindtree ];
    maintainers = with maintainers; [ magnetophon mitchmindtree ];
  };
}
Loading