summary refs log tree commit diff
path: root/pkgs/applications/editors/tiled
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-03-13 16:08:15 +0800
committerVladimír Čunát <vcunat@gmail.com>2016-03-13 18:39:01 +0100
commit93feb5d115bc93ed7996aa4b3cc739b8f8d0f905 (patch)
tree1784ebfed3cae9ff0f403454ccb9ea67a073f53c /pkgs/applications/editors/tiled
parentf557df6074a8e6f026f97e31875a805dac17324c (diff)
downloadnixpkgs-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar
nixpkgs-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar.gz
nixpkgs-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar.bz2
nixpkgs-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar.lz
nixpkgs-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar.xz
nixpkgs-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar.zst
nixpkgs-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.zip
drop my maintainership (close #13881)
Diffstat (limited to 'pkgs/applications/editors/tiled')
-rw-r--r--pkgs/applications/editors/tiled/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/editors/tiled/default.nix b/pkgs/applications/editors/tiled/default.nix
index 4590baf6b8e..059b85cee5f 100644
--- a/pkgs/applications/editors/tiled/default.nix
+++ b/pkgs/applications/editors/tiled/default.nix
@@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
     # The rest is GPL2 or later.
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = stdenv.lib.platforms.linux;
-    maintainers = with stdenv.lib.maintainers; [ iyzsong ];
   };
 }