From 85c5d83dfc63f2defe6285fd7ad89ca90aaa41b7 Mon Sep 17 00:00:00 2001 From: Kosyrev Serge <_deepfire@feelingofgreen.ru> Date: Mon, 24 Aug 2015 22:54:45 +0300 Subject: [PATCH 1/3] aurulent-sans: add myself as maintainer --- pkgs/data/fonts/aurulent-sans/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/data/fonts/aurulent-sans/default.nix b/pkgs/data/fonts/aurulent-sans/default.nix index d6b4829d730..3685dbf356e 100644 --- a/pkgs/data/fonts/aurulent-sans/default.nix +++ b/pkgs/data/fonts/aurulent-sans/default.nix @@ -17,6 +17,7 @@ stdenv.mkDerivation rec { description = "Aurulent Sans"; longDescription = "Aurulent Sans is a humanist sans serif intended to be used as an interface font."; homepage = http://delubrum.org/; + maintainers = with stdenv.lib.maintainers; [ deepfire ]; license = stdenv.lib.licenses.ofl; platforms = stdenv.lib.platforms.all; }; From 301bf5018d46b8b095a5641b7113e1f012f357f6 Mon Sep 17 00:00:00 2001 From: Kosyrev Serge <_deepfire@feelingofgreen.ru> Date: Mon, 24 Aug 2015 22:55:04 +0300 Subject: [PATCH 2/3] ghcNokinds: add myself as maintainer --- pkgs/development/compilers/ghc/nokinds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/nokinds.nix b/pkgs/development/compilers/ghc/nokinds.nix index ab270c16126..3f0b9e866b0 100644 --- a/pkgs/development/compilers/ghc/nokinds.nix +++ b/pkgs/development/compilers/ghc/nokinds.nix @@ -69,7 +69,7 @@ stdenv.mkDerivation rec { meta = { homepage = "http://haskell.org/ghc"; description = "The dependently-typed 'nokinds' branch of the Glasgow Haskell Compiler by Richard Eisenberg"; - maintainers = with stdenv.lib.maintainers; [ ]; + maintainers = with stdenv.lib.maintainers; [ deepfire ]; inherit (ghc.meta) license platforms; }; From 432c43dabf944b2bf39aa2e4ae7d8358553c4365 Mon Sep 17 00:00:00 2001 From: Kosyrev Serge <_deepfire@feelingofgreen.ru> Date: Mon, 24 Aug 2015 22:55:13 +0300 Subject: [PATCH 3/3] chntpw: add myself as maintainer --- pkgs/tools/security/chntpw/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/security/chntpw/default.nix b/pkgs/tools/security/chntpw/default.nix index a1aab355a3c..814fb0ea0ec 100644 --- a/pkgs/tools/security/chntpw/default.nix +++ b/pkgs/tools/security/chntpw/default.nix @@ -24,6 +24,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = http://pogostick.net/~pnh/ntpasswd/; description = "An utility to reset the password of any user that has a valid local account on a Windows system"; + maintainers = with stdenv.lib.maintainers; [ deepfire ]; license = licenses.gpl2; }; }