diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-12 21:01:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-12 21:01:05 +0300 |
commit | 98f3bd9acd0f3d5e2a66e6810bf663e3399ea617 (patch) | |
tree | 3518dfa7a87a033aacb387a7cc13ee6fa74cb81c | |
parent | a8f22ae0faa14d357c5e6961be6fb12dd05066dd (diff) |
jdupes: edited as requested by exherbo developers
-rw-r--r-- | packages/app-misc/jdupes/jdupes-scm.exheres-0 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/app-misc/jdupes/jdupes-scm.exheres-0 b/packages/app-misc/jdupes/jdupes-scm.exheres-0 index 3d57bf2..4b9d746 100644 --- a/packages/app-misc/jdupes/jdupes-scm.exheres-0 +++ b/packages/app-misc/jdupes/jdupes-scm.exheres-0 @@ -1,12 +1,11 @@ # Distributed under the terms of the GNU General Public License v2 +# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> -SCM_REPOSITORY="https://github.com/jbruchon/jdupes.git" - -require scm-git +require github [ user=jbruchon ] DOWNLOADS="" SUMMARY="Identify/delete duplicate files residing within specified directories" -HOMEPAGE="https://github.com/jbruchon/jdupes.git" +HOMEPAGE="https://github.com/jbruchon/jdupes" LICENCES="MIT" SLOT="0" PLATFORMS="~amd64 ~x86" |