about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPetr Rockai <me@mornfall.net>2014-01-28 17:24:00 +0100
committerPetr Rockai <me@mornfall.net>2014-01-28 17:31:17 +0100
commit6f5be260b47c65dfc517ecbdb6bbc0a6826135fa (patch)
tree23250fc57f53cf0ff907b5a757cc388702e00c31 /pkgs/applications/editors
parent1a68ee7deb2d9dbc6b6d18d5bd49677a6328b89d (diff)
downloadnixlib-6f5be260b47c65dfc517ecbdb6bbc0a6826135fa.tar
nixlib-6f5be260b47c65dfc517ecbdb6bbc0a6826135fa.tar.gz
nixlib-6f5be260b47c65dfc517ecbdb6bbc0a6826135fa.tar.bz2
nixlib-6f5be260b47c65dfc517ecbdb6bbc0a6826135fa.tar.lz
nixlib-6f5be260b47c65dfc517ecbdb6bbc0a6826135fa.tar.xz
nixlib-6f5be260b47c65dfc517ecbdb6bbc0a6826135fa.tar.zst
nixlib-6f5be260b47c65dfc517ecbdb6bbc0a6826135fa.zip
Adopt packages.
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix b/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix
index e0373fca5df5..3ba848affc0d 100644
--- a/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix
+++ b/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix
@@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
 
     homepage = http://emacs-w3m.namazu.org/;
 
-    maintainers = [ ];
+    maintainers = [ stdenv.lib.maintainers.mornfall ];
   };
 }