Merge pull request #59265 from peterhoeg/f/repology

repology: fix homepage for a few packages - nothing else
This commit is contained in:
Robert Schütz
2019-04-11 10:36:31 +02:00
committed by GitHub
4 changed files with 13 additions and 11 deletions
@@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit description;
homepage = http://www.anydesk.com;
homepage = https://www.anydesk.com;
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ peterhoeg ];