Merge pull request #34960 from leenaars/updatelinks

Update several broken links to package homepages
This commit is contained in:
Joachim F 2018-02-14 15:34:28 +00:00 committed by GitHub
commit d2f0494bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C++ Unit Testing Easy Environment";
homepage = http://codesink.org/cutee_unit_testing.html;
homepage = http://www.codesink.org/cutee_unit_testing.html;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ leenaars];
platforms = platforms.linux;

View file

@ -84,7 +84,7 @@ stdenv.mkDerivation {
layer. It adds TLS-KDH ciphers: Kerberos + Diffie-Hellman.
'';
homepage = http://www.gnu.org/software/gnutls://github.com/arpa2/gnutls-kdh;
homepage = https://github.com/arpa2/gnutls-kdh;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ leenaars ];
platforms = platforms.all;

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "MIME handling library";
homepage = http://codesink.org/mimetic_mime_library.html;
homepage = http://www.codesink.org/mimetic_mime_library.html;
license = licenses.mit;
maintainers = with maintainers; [ leenaars];
platforms = platforms.linux;

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A supercharged TLS daemon that allows for easy, strong and consistent deployment";
license = licenses.bsd2;
homepage = https://www.tlspool.org;
homepage = http://www.tlspool.org;
maintainers = with maintainers; [ leenaars qknight ];
};
}