Merge pull request 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
pkgs
development/libraries
cutee
gnutls-kdh
mimetic
tools/networking/tlspool

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "C++ Unit Testing Easy Environment"; 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; license = licenses.gpl2Plus;
maintainers = with maintainers; [ leenaars]; maintainers = with maintainers; [ leenaars];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -84,7 +84,7 @@ stdenv.mkDerivation {
layer. It adds TLS-KDH ciphers: Kerberos + Diffie-Hellman. 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; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ leenaars ]; maintainers = with maintainers; [ leenaars ];
platforms = platforms.all; platforms = platforms.all;

View File

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

View File

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