summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2017-08-03 21:42:37 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2017-08-03 23:03:04 +0200
commit2244b1815d8e29435f3658159f7a92aa937acbd1 (patch)
tree9b62491ffa4e91db16985f24d5d9723d098c1cd3 /pkgs
parent847fbea0987ff3243ba285fb6d2023b4cc4e4129 (diff)
downloadnixlib-2244b1815d8e29435f3658159f7a92aa937acbd1.tar
nixlib-2244b1815d8e29435f3658159f7a92aa937acbd1.tar.gz
nixlib-2244b1815d8e29435f3658159f7a92aa937acbd1.tar.bz2
nixlib-2244b1815d8e29435f3658159f7a92aa937acbd1.tar.lz
nixlib-2244b1815d8e29435f3658159f7a92aa937acbd1.tar.xz
nixlib-2244b1815d8e29435f3658159f7a92aa937acbd1.tar.zst
nixlib-2244b1815d8e29435f3658159f7a92aa937acbd1.zip
shotcut: fix homepage
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/shotcut/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/shotcut/default.nix b/pkgs/applications/video/shotcut/default.nix
index 4ca31916965c..72dbf87fdefe 100644
--- a/pkgs/applications/video/shotcut/default.nix
+++ b/pkgs/applications/video/shotcut/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
       nixpkgs maintainer(s). If you wish to report any bugs upstream,
       please use the official build from shotcut.org instead.
     '';
-    homepage = http://shotcut.org;
+    homepage = https://shotcut.org;
     license = licenses.gpl3;
     maintainers = [ maintainers.goibhniu ];
     platforms = platforms.linux;