polylux2pdfpc: update github owner to new org

Upstream repository has moved
This commit is contained in:
Diogo Correia
2025-02-11 11:58:52 +00:00
parent d278283dbc
commit 9f2b7c3596
+2 -2
View File
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
version = "0.4.0";
src = fetchFromGitHub {
owner = "andreasKroepelin";
owner = "polylux-typ";
repo = "polylux";
rev = "v${version}";
sparseCheckout = [ dirname ];
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Tool to make pdfpc interpret slides created by polylux correctly";
homepage = "https://github.com/andreasKroepelin/polylux/tree/main/pdfpc-extractor";
homepage = "https://github.com/polylux-typ/polylux/tree/main/pdfpc-extractor";
license = licenses.mit;
mainProgram = "polylux2pdfpc";
maintainers = [ maintainers.diogotcorreia ];