Commit 2c97a5ca authored by Paul Meyer's avatar Paul Meyer
Browse files

maintainers: remove jfrankenau

due to inactivity.
parent c5dbdb61
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -8355,12 +8355,6 @@
      fingerprint = "F1F1 3395 8E8E 9CC4 D9FC  9647 1931 9CD8 416A 642B";
    }];
  };
  jfrankenau = {
    email = "johannes@frankenau.net";
    github = "jfrankenau";
    githubId = 2736480;
    name = "Johannes Frankenau";
  };
  jfroche = {
    name = "Jean-François Roche";
    email = "jfroche@pyxel.be";
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
    homepage    = "https://rybczak.net/ncmpcpp/";
    changelog   = "https://github.com/ncmpcpp/ncmpcpp/blob/${version}/CHANGELOG.md";
    license     = licenses.gpl2Plus;
    maintainers = with maintainers; [ jfrankenau koral lovek323 ];
    maintainers = with maintainers; [ koral lovek323 ];
    platforms   = platforms.all;
    mainProgram = "ncmpcpp";
  };
+1 −1
Original line number Diff line number Diff line
@@ -105,6 +105,6 @@ stdenv.mkDerivation rec {
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.unfree;
    platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
    maintainers = with maintainers; [ jfrankenau ilian orivej uniquepointer viraptor ];
    maintainers = with maintainers; [ ilian orivej uniquepointer viraptor ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
    changelog = "https://github.com/jarun/nnn/blob/v${version}/CHANGELOG";
    license = licenses.bsd2;
    platforms = platforms.all;
    maintainers = with maintainers; [ jfrankenau Br1ght0ne ];
    maintainers = with maintainers; [ Br1ght0ne ];
    mainProgram = "nnn";
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
    homepage = "https://git.2f30.org/noice/";
    license = licenses.bsd2;
    platforms = platforms.all;
    maintainers = with maintainers; [ jfrankenau ];
    maintainers = with maintainers; [ ];
  };
}
Loading