fix
This commit is contained in:
parent
58b9c8c88b
commit
b51b195154
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
@ -58,11 +58,11 @@
|
||||||
* Control OBS Studio using Stream Deck (requires the obs-websocket extension)
|
* Control OBS Studio using Stream Deck (requires the obs-websocket extension)
|
||||||
'';
|
'';
|
||||||
homepage = "https://gitlab.gnome.org/World/boatswain";
|
homepage = "https://gitlab.gnome.org/World/boatswain";
|
||||||
license = licenses.gpl3Plus;
|
license = pkgs.lib.licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = pkgs.lib.platforms.all;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue