diff options
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | 2018-11-21 12:39:11 +0100 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | 2018-11-21 12:39:33 +0100 |
commit | 8a5d44c420f8a985532a5e22ac020219ef5141ad (patch) | |
tree | 55c852d31b5c6f68785776627db45290025bbb93 | |
parent | 489fa0df11eef83912932f7be881f35bbe0a1b93 (diff) |
pixman: Update git repository to the one at gitlab.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5137c9e..593cbcf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,7 +124,7 @@ release-publish-message: $(HASHFILES) ensure-prev @echo " (signed by`gpg --list-keys $(GPGKEY) | grep uid | cut -b4- | tr -s " "`)" @echo "" @echo "Git:" - @echo " git://git.freedesktop.org/git/pixman" + @echo " https://gitlab.freedesktop.org/pixman/pixman.git" @echo " tag: $(PACKAGE)-$(VERSION)" @echo "" @echo "Log:" |