pkgs.darktable: use https in homepage
This commit is contained in:
parent
9a85553590
commit
5fac723799
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Virtual lighttable and darkroom for photographers";
|
description = "Virtual lighttable and darkroom for photographers";
|
||||||
homepage = http://www.darktable.org;
|
homepage = https://www.darktable.org;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.goibhniu maintainers.rickynils maintainers.flosse ];
|
maintainers = [ maintainers.goibhniu maintainers.rickynils maintainers.flosse ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user