sway-beta: init at 1.0-beta1 (#48829)

* sway-beta: init at 1.0-beta1

* sway, sway-beta: use https url
This commit is contained in:
Patrick Hilhorst
2018-10-23 20:34:59 +02:00
committed by Michael Weiss
parent 0db57307e6
commit d8d8a0ba14
3 changed files with 46 additions and 1 deletions
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "i3-compatible window manager for Wayland";
homepage = http://swaywm.org;
homepage = https://swaywm.org;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ]; # Trying to keep it up-to-date.