Unverified Commit 2ee2fecf authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

maintainers: drop orivej (#463812)

parents 7ef35a9f eeb6dc00
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -19656,12 +19656,6 @@
    githubId = 135209509;
    name = "Oliver Richter";
  };
  orivej = {
    email = "orivej@gmx.fr";
    github = "orivej";
    githubId = 101514;
    name = "Orivej Desh";
  };
  ornxka = {
    email = "ornxka@littledevil.sh";
    github = "warmdarksea";
+0 −1
Original line number Diff line number Diff line
@@ -150,7 +150,6 @@ stdenv.mkDerivation rec {
    maintainers = with maintainers; [
      atinba
      ilian
      orivej
      uniquepointer
      viraptor
    ];
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ buildPythonApplication rec {
    changelog = "https://github.com/jendrikseipp/rednotebook/blob/${src.tag}/CHANGELOG.md";
    description = "Modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ orivej ];
    maintainers = [ ];
    mainProgram = "rednotebook";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
    mainProgram = "apngasm";
    homepage = "https://apngasm.sourceforge.net/";
    license = licenses.zlib;
    maintainers = with maintainers; [ orivej ];
    maintainers = [ ];
    platforms = platforms.linux;
  };

+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
    description = "Create an APNG from multiple PNG files";
    homepage = "https://github.com/apngasm/apngasm";
    license = licenses.zlib;
    maintainers = with maintainers; [ orivej ];
    maintainers = [ ];
    platforms = platforms.linux;
    mainProgram = "apngasm";
  };
Loading