munge: Update homepage URL (#17257)

This commit is contained in:
Dr. Christian Tacke 2020-06-25 22:33:38 +02:00 committed by GitHub
parent 740a9d88f9
commit 49b0ac804b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
class Munge(AutotoolsPackage): class Munge(AutotoolsPackage):
""" MUNGE Uid 'N' Gid Emporium """ """ MUNGE Uid 'N' Gid Emporium """
homepage = "https://code.google.com/p/munge/" homepage = "https://dun.github.io/munge/"
url = "https://github.com/dun/munge/releases/download/munge-0.5.14/munge-0.5.14.tar.xz" url = "https://github.com/dun/munge/releases/download/munge-0.5.14/munge-0.5.14.tar.xz"
maintainers = ['ChristianTackeGSI'] maintainers = ['ChristianTackeGSI']