gnutls: fix homepage
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>GnuTLS - GNU Project - Free Software Foundation</title> <meta http-equiv="content-type" content='text/html; charset=utf-8' /> <meta http-equiv="refresh" content="1; url=https://gnutls.org/" /> <script type="text/javascript"> window.location.href = "https://gnutls.org/" </script> </head> <body> <p>GnuTLS is at <a href="https://gnutls.org/">https://gnutls.org/</a>.</p> <hr/> </body> </html>
This commit is contained in:
parent
ce2c9bd765
commit
b2ba2a9a4c
@ -112,7 +112,7 @@ stdenv.mkDerivation {
|
|||||||
tampering, or message forgery."
|
tampering, or message forgery."
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = "https://www.gnu.org/software/gnutls/";
|
homepage = "https://gnutls.org/";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ eelco fpletz ];
|
maintainers = with maintainers; [ eelco fpletz ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
Reference in New Issue
Block a user