about summary refs log tree commit diff
path: root/pkgs/applications/version-management/meld
diff options
context:
space:
mode:
authorMiguel Madrid Mencía <miguel.madrid.mencia@gmail.com>2019-09-14 12:15:46 +0200
committerMiguel Madrid Mencía <miguel.madrid.mencia@gmail.com>2019-09-14 12:15:46 +0200
commit148c82e07e91222b82fe5fc448cbe6a11d695fe3 (patch)
tree571b742fb707257f90c73b35c94db58a35910133 /pkgs/applications/version-management/meld
parent0ec4d3b246cf26e4aad34e3ad52d1c0cd5fee6d7 (diff)
downloadnixlib-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar
nixlib-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.gz
nixlib-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.bz2
nixlib-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.lz
nixlib-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.xz
nixlib-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.zst
nixlib-148c82e07e91222b82fe5fc448cbe6a11d695fe3.zip
maintainer: mimadrid: update github username and personal data
Diffstat (limited to 'pkgs/applications/version-management/meld')
-rw-r--r--pkgs/applications/version-management/meld/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/meld/default.nix b/pkgs/applications/version-management/meld/default.nix
index 168827c3548f..5342a0697ab2 100644
--- a/pkgs/applications/version-management/meld/default.nix
+++ b/pkgs/applications/version-management/meld/default.nix
@@ -60,6 +60,6 @@ python3.pkgs.buildPythonApplication rec {
     homepage = http://meldmerge.org/;
     license = licenses.gpl2;
     platforms = platforms.linux ++ platforms.darwin;
-    maintainers = with maintainers; [ jtojnar mimadrid ];
+    maintainers = with maintainers; [ jtojnar mimame ];
   };
 }