treewide: use https for github URIs

This commit is contained in:
Pavol Rusnak
2021-04-17 17:59:08 +02:00
parent d89513b96a
commit 29bb19258a
9 changed files with 9 additions and 9 deletions
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Turns your Realtek RTL2832 based DVB dongle into a SDR receiver";
homepage = "http://github.com/librtlsdr/librtlsdr";
homepage = "https://github.com/librtlsdr/librtlsdr";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ bjornfor ];
platforms = platforms.linux ++ platforms.darwin;