aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/rxvt_unicode
diff options
context:
space:
mode:
authorPetr Rockai <me@mornfall.net>2014-01-28 18:11:00 +0100
committerPetr Rockai <me@mornfall.net>2014-01-28 18:11:00 +0100
commit4124bb9ff5eded88ae1d9db8645a7c3a4490b572 (patch)
treed18bdc215a130ef0557995bcf8ee45000562e532 /pkgs/applications/misc/rxvt_unicode
parent6f5be260b47c65dfc517ecbdb6bbc0a6826135fa (diff)
Adopt more packages.
Diffstat (limited to 'pkgs/applications/misc/rxvt_unicode')
-rw-r--r--pkgs/applications/misc/rxvt_unicode/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/rxvt_unicode/default.nix b/pkgs/applications/misc/rxvt_unicode/default.nix
index 640ace40277..e5d0ae95f99 100644
--- a/pkgs/applications/misc/rxvt_unicode/default.nix
+++ b/pkgs/applications/misc/rxvt_unicode/default.nix
@@ -41,5 +41,6 @@ stdenv.mkDerivation (rec {
meta = {
description = "A clone of the well-known terminal emulator rxvt";
homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html";
+ maintainers = stdenv.lib.maintainers.mornfall;
};
})