about summary refs log tree commit diff
path: root/pkgs/applications/misc/calcurse
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-16 20:11:53 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-08-20 09:01:45 +0200
commita27d23aa3b2e7058dc72ca6d640764a621276046 (patch)
tree65152ceece8f0a0105e3b64a4b84cf88a8c067f5 /pkgs/applications/misc/calcurse
parent10028cfcc3c3371a27202e11d31272907ea2b9d8 (diff)
calcurse: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/applications/misc/calcurse')
-rw-r--r--pkgs/applications/misc/calcurse/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/calcurse/default.nix b/pkgs/applications/misc/calcurse/default.nix
index 5c7c4f96c716d..07faa52710dfd 100644
--- a/pkgs/applications/misc/calcurse/default.nix
+++ b/pkgs/applications/misc/calcurse/default.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
     changelog = "https://git.calcurse.org/calcurse.git/plain/CHANGES.md?h=v${version}";
     license = licenses.bsd2;
     platforms = platforms.unix;
+    maintainers = [ maintainers.matthiasbeyer ];
   };
 }