From 93feb5d115bc93ed7996aa4b3cc739b8f8d0f905 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Sun, 13 Mar 2016 16:08:15 +0800 Subject: drop my maintainership (close #13881) --- pkgs/applications/editors/aseprite/default.nix | 1 - pkgs/applications/editors/tiled/default.nix | 1 - 2 files changed, 2 deletions(-) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/aseprite/default.nix b/pkgs/applications/editors/aseprite/default.nix index 43180bd04e31..15230a7a0000 100644 --- a/pkgs/applications/editors/aseprite/default.nix +++ b/pkgs/applications/editors/aseprite/default.nix @@ -43,6 +43,5 @@ stdenv.mkDerivation rec { homepage = "http://www.aseprite.org/"; license = stdenv.lib.licenses.gpl2Plus; platforms = stdenv.lib.platforms.linux; - maintainers = with stdenv.lib.maintainers; [iyzsong]; }; } diff --git a/pkgs/applications/editors/tiled/default.nix b/pkgs/applications/editors/tiled/default.nix index 4590baf6b8e2..059b85cee5f7 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 ]; }; } -- cgit 1.4.1