Merge pull request #127092 from alyssais/gnutls

gnutls: fix homepage
This commit is contained in:
Pavol Rusnak
2021-06-16 16:04:59 +02:00
committed by GitHub
@@ -112,7 +112,7 @@ stdenv.mkDerivation {
tampering, or message forgery."
'';
homepage = "https://www.gnu.org/software/gnutls/";
homepage = "https://gnutls.org/";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ eelco fpletz ];
platforms = platforms.all;