From 452b25b6c33c04a745008457fcb9f8f45de054c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sun, 17 Nov 2013 12:02:37 +0100 Subject: [PATCH] qmmp: add meta.respositories This metadata is used by the tool @phreedom is writing to automatically find package updates. --- pkgs/applications/audio/qmmp/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/qmmp/default.nix b/pkgs/applications/audio/qmmp/default.nix index 8b99988f07b..6a1e4e7ea83 100644 --- a/pkgs/applications/audio/qmmp/default.nix +++ b/pkgs/applications/audio/qmmp/default.nix @@ -55,5 +55,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2; platforms = platforms.linux; maintainers = [maintainers.bjornfor]; + repositories.svn = http://qmmp.googlecode.com/svn/; }; }