summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorNiklas Thörne <notrupertthorne@gmail.com>2017-03-06 13:45:39 +0100
committerNiklas Thörne <notrupertthorne@gmail.com>2017-03-06 13:45:39 +0100
commit8d87f8addd474c6e9d743fcf1346298509bd229b (patch)
treefc7624e7a4fe41a161a31f04898d2064f48d80ba /pkgs/development
parentae38cdad26f72ab1c0d858c1a6a737e366575e31 (diff)
clog-cli: init at 0.9.2
Updated with maintainer information.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/clog-cli/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/clog-cli/default.nix b/pkgs/development/tools/clog-cli/default.nix
index 9cb2405a36fc..1d6ac8493f19 100644
--- a/pkgs/development/tools/clog-cli/default.nix
+++ b/pkgs/development/tools/clog-cli/default.nix
@@ -20,5 +20,6 @@ buildRustPackage rec {
homepage = https://github.com/clog-tool/clog-cli;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
+ maintainers = [stdenv.lib.maintainers.nthorne];
};
}