aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/documentation/doxygen
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-05-16 22:30:20 +0200
committerPeter Simons <simons@cryp.to>2016-05-16 22:49:55 +0200
commit8e462995ba6deaeec9fd6dc6d3b9a110c08e5955 (patch)
tree5aad0b9f26eb1394dc131e2c3b0fff8c1d47c497 /pkgs/development/tools/documentation/doxygen
parent4f5e4ad69c9a4dfb42ebe5ee42d13fa6b5312530 (diff)
Bring my stdenv.lib.maintainers user name in line with my github nick.
Diffstat (limited to 'pkgs/development/tools/documentation/doxygen')
-rw-r--r--pkgs/development/tools/documentation/doxygen/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/documentation/doxygen/default.nix b/pkgs/development/tools/documentation/doxygen/default.nix
index 7373d8584c23..bf9fb4f30352 100644
--- a/pkgs/development/tools/documentation/doxygen/default.nix
+++ b/pkgs/development/tools/documentation/doxygen/default.nix
@@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
manual (in LaTeX) from a set of documented source files.
'';
- maintainers = [stdenv.lib.maintainers.simons];
platforms = if qt4 != null then stdenv.lib.platforms.linux else stdenv.lib.platforms.unix;
};
}