diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2013-10-04 13:26:39 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2013-10-04 13:26:39 +0200 |
commit | a7847f8e49f56aa91c32cd8dab846a18b08e69cf (patch) | |
tree | fc152613d0d2192099ed2ccac10444ce157dd72e /Makefile | |
parent | 35d425fe12fdde40bbdb75d1bbae1cbafe6c271e (diff) | |
download | net_monitor-a7847f8e49f56aa91c32cd8dab846a18b08e69cf.tar net_monitor-a7847f8e49f56aa91c32cd8dab846a18b08e69cf.tar.gz net_monitor-a7847f8e49f56aa91c32cd8dab846a18b08e69cf.tar.bz2 net_monitor-a7847f8e49f56aa91c32cd8dab846a18b08e69cf.tar.xz net_monitor-a7847f8e49f56aa91c32cd8dab846a18b08e69cf.zip |
Fix git path
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PACKAGE = net_monitor VERSION = 0.11 -GITPATH = ssh://git.mandriva.com/git/projects/net_monitor.git +GITPATH = git://git.mageia.org/software/net_monitor all: version python |