Unverified Commit 95d576bf authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maintainers: drop urlordjames (#493726)

parents caf743dd 1894b35f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -27918,12 +27918,6 @@
    githubId = 771193;
    name = "Matej Urbas";
  };
  urlordjames = {
    email = "urlordjames@gmail.com";
    github = "urlordjames";
    githubId = 32751441;
    name = "urlordjames";
  };
  ursi = {
    email = "masondeanm@aol.com";
    github = "ursi";
+1 −1
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@ python3.pkgs.buildPythonApplication {
    description = "Set of interactive command line tools for Dungeons and Dragons 5th Edition";
    mainProgram = "dnd-tools";
    license = lib.licenses.agpl3Only;
    maintainers = [ lib.maintainers.urlordjames ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/drogonframework/drogon";
    description = "C++14/17 based HTTP web application framework";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ urlordjames ];
    maintainers = [ ];
    platforms = lib.platforms.all;
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -51,6 +51,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
    description = "Intelligent and highly configurable media organization utility";
    mainProgram = "mnamer";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ urlordjames ];
    maintainers = [ ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ buildPythonPackage rec {
    description = "Utility to encode and decode Little Endian Base 128";
    homepage = "https://github.com/mohanson/leb128";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ urlordjames ];
    maintainers = [ ];
  };
}
Loading