Merge pull request #23539 from tohl/master

openshot-qt: remove myself from the maintainer list
This commit is contained in:
Graham Christensen 2017-03-05 14:53:18 -05:00 committed by GitHub
commit 1e8d505e03
4 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
homepage = "http://openshot.org/";
description = "Free, open-source video editor";
license = licenses.gpl3Plus;
maintainers = [maintainers.tohl];
maintainers = [];
platforms = platforms.linux;
};
}

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = "http://openshot.org/";
description = "Free, open-source video editor";
license = licenses.gpl3Plus;
maintainers = [maintainers.tohl];
maintainers = [];
platforms = platforms.linux;
};
}

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
homepage = "http://openshot.org/";
description = "Free, open-source video editor";
license = licenses.gpl3Plus;
maintainers = [maintainers.tohl];
maintainers = [];
platforms = platforms.linux;
};
}

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/unittest-cpp/unittest-cpp";
description = "Lightweight unit testing framework for C++";
license = licenses.mit;
maintainers = [maintainers.tohl];
maintainers = [];
platforms = stdenv.lib.platforms.unix;
};
}