From 8e9bd1c1c16d2c5f53646f2b633b31ac4bca9c86 Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Sat, 26 Sep 2015 19:56:54 +0200 Subject: [PATCH] pithos: Add myself as a maintainer --- pkgs/applications/audio/pithos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/pithos/default.nix b/pkgs/applications/audio/pithos/default.nix index 0483882ccb0..83b765170b5 100644 --- a/pkgs/applications/audio/pithos/default.nix +++ b/pkgs/applications/audio/pithos/default.nix @@ -30,6 +30,6 @@ pythonPackages.buildPythonPackage rec { description = "Pandora Internet Radio player for GNOME"; homepage = http://pithos.github.io/; license = licenses.gpl3; - maintainers = with maintainers; [ obadz ]; + maintainers = with maintainers; [ obadz jgeerds ]; }; }