treewide: homepage+src updates (found by repology, #33263)
This commit is contained in:
committed by
Vladimír Čunát
parent
a7ef0c03d2
commit
7b97c8c0c8
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "libserialport-0.1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sigrok.org/download/source/libserialport/${name}.tar.gz";
|
||||
url = "https://sigrok.org/download/source/libserialport/${name}.tar.gz";
|
||||
sha256 = "17ajlwgvyyrap8z7f16zcs59pksvncwbmd3mzf98wj7zqgczjaja";
|
||||
};
|
||||
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Cross-platform shared library for serial port access";
|
||||
homepage = http://sigrok.org/;
|
||||
homepage = https://sigrok.org/;
|
||||
license = licenses.gpl3Plus;
|
||||
# macOS, Windows and Android is also supported (according to upstream).
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user