diff options
author | Cédric Villemain | 2012-01-24 12:54:03 +0000 |
---|---|---|
committer | Cédric Villemain | 2012-01-24 12:54:03 +0000 |
commit | 8b86e27806e53e9136fd75f4c7d37fa5d91db4a3 (patch) | |
tree | 75235fa7d559f60ab5940d7bc282e19bb77810c0 | |
parent | 0234f4a56fdefafec2f0ce721dd5ba797f281862 (diff) |
Fix repository entry in META.yml
just a trailling / and a s/https/git/ change
-rw-r--r-- | META.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ resources: license : http://bucardo.org/check_postgres/ bugtracker : http://bucardo.org/bugzilla/ MailingList : https://mail.endcrypt.com/mailman/listinfo/check_postgres - Repository : http://bucardo.org/check_postgres.git/ + Repository : git://bucardo.org/check_postgres.git meta-spec: version : 1.4 |