Merge remote-tracking branch 'upstream/master' into HEAD

This commit is contained in:
Frederik Rietdijk
2017-08-14 09:34:10 +02:00
270 changed files with 1294 additions and 449 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ in stdenv.mkDerivation {
'';
meta = {
homepage = http://sourceforge.net/projects/briss/;
homepage = https://sourceforge.net/projects/briss/;
description = "Java application for cropping PDF files";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
+2 -2
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Context-free design grammar - a tool for graphics generation";
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
homepage = http://contextfreeart.org/;
downloadPage = "http://contextfreeart.org/mediawiki/index.php/Download_page";
homepage = https://contextfreeart.org/;
downloadPage = "https://contextfreeart.org/mediawiki/index.php/Download_page";
};
}
@@ -1,5 +1,5 @@
{
downloadPage = "http://contextfreeart.org/mediawiki/index.php/Download_page";
downloadPage = "https://contextfreeart.org/mediawiki/index.php/Download_page";
baseName = "cfdg";
sourceRegexp = ''.*[.]tgz'';
versionExtractorSedScript = ''s/[^0-9]*([0-9.]*)[.]tgz/\1/'';
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = {
homepage = http://cgit.freedesktop.org/xorg/app/editres/;
homepage = https://cgit.freedesktop.org/xorg/app/editres/;
description = "A dynamic resource editor for X Toolkit applications";
platforms = stdenv.lib.platforms.linux;
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libpng ];
meta = {
homepage = http://www.kernel.org/pub/software/graphics/pngtoico/;
homepage = https://www.kernel.org/pub/software/graphics/pngtoico/;
description = "Small utility to convert a set of PNG images to Microsoft ICO format";
license = stdenv.lib.licenses.gpl2Plus;
platforms = with stdenv.lib.platforms; linux;
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
meta = {
homepage = http://fukuchi.org/works/qrencode/;
homepage = https://fukuchi.org/works/qrencode/;
description = "QR code encoder";
platforms = stdenv.lib.platforms.all;
maintainers = [ ];