about summary refs log tree commit diff
path: root/pkgs/development/libraries/lensfun
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2021-01-06 17:06:03 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2021-01-06 17:06:03 +1100
commit31f9051cf653dce46275bc45d8a0e1fa5d95fc5b (patch)
tree384e2f437fadcbbc85b18726fce7e20704a68000 /pkgs/development/libraries/lensfun
parentd720e6291482d1d5b384839e11b96b423860ab94 (diff)
treewide: stop maintaining most packages
Diffstat (limited to 'pkgs/development/libraries/lensfun')
-rw-r--r--pkgs/development/libraries/lensfun/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/lensfun/default.nix b/pkgs/development/libraries/lensfun/default.nix
index 830facc567208..addcb5b5a4fa6 100644
--- a/pkgs/development/libraries/lensfun/default.nix
+++ b/pkgs/development/libraries/lensfun/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     platforms = platforms.linux ++ platforms.darwin;
-    maintainers = with maintainers; [ enzime ];
+    maintainers = with maintainers; [ ];
     license = stdenv.lib.licenses.lgpl3;
     description = "An opensource database of photographic lenses and their characteristics";
     homepage = "http://lensfun.sourceforge.net/";