summary refs log tree commit diff
path: root/pkgs/applications/audio/qmmp
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-11-17 12:02:37 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-11-17 12:02:37 +0100
commit452b25b6c33c04a745008457fcb9f8f45de054c0 (patch)
tree0e11a1ec199193e5d0d8012c79a891a8588736a0 /pkgs/applications/audio/qmmp
parentb5356f7f275e6fb15c6fda0ce65de26de98a87d0 (diff)
downloadnixlib-452b25b6c33c04a745008457fcb9f8f45de054c0.tar
nixlib-452b25b6c33c04a745008457fcb9f8f45de054c0.tar.gz
nixlib-452b25b6c33c04a745008457fcb9f8f45de054c0.tar.bz2
nixlib-452b25b6c33c04a745008457fcb9f8f45de054c0.tar.lz
nixlib-452b25b6c33c04a745008457fcb9f8f45de054c0.tar.xz
nixlib-452b25b6c33c04a745008457fcb9f8f45de054c0.tar.zst
nixlib-452b25b6c33c04a745008457fcb9f8f45de054c0.zip
qmmp: add meta.respositories
This metadata is used by the tool @phreedom is writing to automatically
find package updates.
Diffstat (limited to 'pkgs/applications/audio/qmmp')
-rw-r--r--pkgs/applications/audio/qmmp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/qmmp/default.nix b/pkgs/applications/audio/qmmp/default.nix
index 8b99988f07b4..6a1e4e7ea830 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/;
   };
 }