commit
3ea9c607c1
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
Where you had a simple non-structrured string in syslog() you have a
|
||||
combination of description and tag/value pairs.
|
||||
'';
|
||||
homepage = http://www.balabit.com/support/community/products/;
|
||||
homepage = https://www.balabit.com/support/community/products/;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pyyaml.org/;
|
||||
homepage = https://pyyaml.org/;
|
||||
description = "A YAML 1.1 parser and emitter written in C";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Preprocessor for making GObjects with inline C code";
|
||||
homepage = http://www.jirka.org/gob.html;
|
||||
homepage = https://www.jirka.org/gob.html;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Program to run certain classic graphical point-and-click adventure games (such as Monkey Island)";
|
||||
homepage = http://www.scummvm.org/;
|
||||
homepage = https://www.scummvm.org/;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.peterhoeg ];
|
||||
platforms = platforms.linux;
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "LunarG Vulkan loader";
|
||||
homepage = "http://www.lunarg.com";
|
||||
homepage = https://www.lunarg.com;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.ralith ];
|
||||
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.balabit.com/network-security/syslog-ng/;
|
||||
homepage = https://www.balabit.com/network-security/syslog-ng/;
|
||||
description = "Next-generation syslogd with advanced networking and filtering capabilities";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ rickynils fpletz ];
|
||||
|
Loading…
Reference in New Issue
Block a user