about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Reeve <jon.reeve@gmail.com>2018-08-19 11:36:17 -0400
committerJonathan Reeve <jon.reeve@gmail.com>2018-08-19 11:36:17 -0400
commit0ccb4bf1288ffdddb7cdb44db260aaf34c85800a (patch)
treef6c46e9ab7ec441e6712b84232fe379a928fe2a3
parenta0f6a149cc944a697763c12c0b8e172f4905f10d (diff)
downloadnixlib-0ccb4bf1288ffdddb7cdb44db260aaf34c85800a.tar
nixlib-0ccb4bf1288ffdddb7cdb44db260aaf34c85800a.tar.gz
nixlib-0ccb4bf1288ffdddb7cdb44db260aaf34c85800a.tar.bz2
nixlib-0ccb4bf1288ffdddb7cdb44db260aaf34c85800a.tar.lz
nixlib-0ccb4bf1288ffdddb7cdb44db260aaf34c85800a.tar.xz
nixlib-0ccb4bf1288ffdddb7cdb44db260aaf34c85800a.tar.zst
nixlib-0ccb4bf1288ffdddb7cdb44db260aaf34c85800a.zip
add self to maintainers list and update maintainer
-rw-r--r--maintainers/maintainer-list.nix5
-rw-r--r--pkgs/applications/kde/dragon.nix2
2 files changed, 6 insertions, 1 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 99aa6c76e7de..7f15d80a778c 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -1940,6 +1940,11 @@
     github = "jonafato";
     name = "Jon Banafato";
   };
+  jonathanreeve = {
+    email = "jon.reeve@gmail.com";
+    github = "JonathanReeve";
+    name = "Jonathan Reeve";
+  };
   joncojonathan = {
     email = "joncojonathan@gmail.com";
     github = "joncojonathan";
diff --git a/pkgs/applications/kde/dragon.nix b/pkgs/applications/kde/dragon.nix
index c07d0e613590..9dd55ec4b9c1 100644
--- a/pkgs/applications/kde/dragon.nix
+++ b/pkgs/applications/kde/dragon.nix
@@ -12,7 +12,7 @@ mkDerivation {
   meta = {
     license = with lib.licenses; [ gpl2 fdl12 ];
     description = "A simple media player for KDE";
-    maintainers = [ lib.maintainers.ttuegel ];
+    maintainers = [ lib.maintainers.jonathanreeve ];
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   propagatedBuildInputs = [