about summary refs log tree commit diff
path: root/pkgs/applications/editors/geany/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-12-19 08:57:41 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-12-19 08:57:41 +0100
commit911d1853ca990a7af6725105e7cda8c24cac025f (patch)
tree61aac8cb7c86d87fa2cdffe4b01e721e5e6fff64 /pkgs/applications/editors/geany/default.nix
parent826ab7026e0f18c85fb861ae5f97bad1e9f37006 (diff)
parentb9307eddd67e0e3f087dec608ccc84fec72deda5 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors/geany/default.nix')
-rw-r--r--pkgs/applications/editors/geany/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/geany/default.nix b/pkgs/applications/editors/geany/default.nix
index d1499fc2180f7..caead872eb27c 100644
--- a/pkgs/applications/editors/geany/default.nix
+++ b/pkgs/applications/editors/geany/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = https://www.geany.org/;
     license = licenses.gpl2;
-    maintainers = [];
+    maintainers = with maintainers; [ frlan ];
     platforms = platforms.all;
   };
 }