diff mbox

New git URLs in old repo are wrong

Message ID 50336105.7000004@redhat.com (mailing list archive)
State Deferred, archived
Headers show

Commit Message

Bryn M. Reeves Aug. 21, 2012, 10:20 a.m. UTC
The URLs for the new git repo in the frozen repo at
http://sources.redhat.com/git/lvm2.git are wrong:

  http://git.fedorahosted.org/git/LVM2.git
  git clone git://git.fedorahosted.org/git/LVM2.git

Both should be lowercase. Not sure it's worth another commit at this
stage but it's a trivial change.

commit 53eeeb279e5196d5998bc86fdb744a49bf9c7829
Author: Bryn M. Reeves <bmr@redhat.com>
Date:   Tue Aug 21 11:19:04 2012 +0100

    Fix URLs for new git repository

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
diff mbox

Patch

diff --git a/README b/README
index ff5fa2a..edc306d 100644
--- a/README
+++ b/README
@@ -4,8 +4,8 @@  NEWS
 On 7th June 2012, we froze this copy of the source code and moved it to
 fedorahosted.org:

-  http://git.fedorahosted.org/git/LVM2.git
-  git clone git://git.fedorahosted.org/git/LVM2.git
+  http://git.fedorahosted.org/git/lvm2.git
+  git clone git://git.fedorahosted.org/git/lvm2.git

 -------------------------------------------------------------------------------