paper: use https for homepage

This commit is contained in:
Matthew Bauer 2017-08-17 15:01:41 -07:00
parent 82f4a96b00
commit 42ca24dad5

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A modern desktop theme suite featuring a mostly flat with a minimal use of shadows for depth"; description = "A modern desktop theme suite featuring a mostly flat with a minimal use of shadows for depth";
homepage = http://snwh.org/paper; homepage = https://snwh.org/paper;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.simonvandel maintainers.romildo ]; maintainers = [ maintainers.simonvandel maintainers.romildo ];