Unverified Commit b2f88236 authored by Winter's avatar Winter Committed by GitHub
Browse files

mako: move homepage to github (#444498)

parents 31c1c19e 53a24b0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {

  meta = {
    description = "Lightweight Wayland notification daemon";
    homepage = "https://wayland.emersion.fr/mako/";
    homepage = "https://github.com/emersion/mako";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      dywedir