]> git.draconx.ca Git - squashmirror.git/blobdiff - portage/sync/modules/squashmirror/__init__.py
Fix for portage-2.3.0
[squashmirror.git] / portage / sync / modules / squashmirror / __init__.py
index d02acdc36500afc87bf4d606cf6af10404f83251..6421848b4665b936a3d33393b6adc3f96ce42edb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2015 Nick Bowler
+# Copyright © 2015-2016 Nick Bowler
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -35,6 +35,7 @@ module_spec = {
     'provides': {
         'squashmirror-module': {
             'name': 'squashmirror',
+            'sourcefile': 'squashmirror',
             'description': __doc__,
             'class': 'SquashMirror',
             'validate_config': CheckSquashConfig,