summaryrefslogtreecommitdiffstats
path: root/layman/overlays/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlays/git.py')
-rw-r--r--layman/overlays/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/overlays/git.py b/layman/overlays/git.py
index 3aab7d1..40cf2d1 100644
--- a/layman/overlays/git.py
+++ b/layman/overlays/git.py
@@ -77,4 +77,4 @@ class GitOverlay(OverlaySource):
'''Overlay type supported?'''
return require_supported([(self.command(), 'git',
- 'dev-util/git'),])
+ 'dev-vcs/git'),])