Skip to content

Commit

Permalink
Set maintainer to kugland
Browse files Browse the repository at this point in the history
  • Loading branch information
kugland committed Jan 10, 2025
1 parent 6abf841 commit 2cb8507
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pkgs/auditok/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "An audio/acoustic activity detection and audio segmentation tool";
homepage = "https://github.com/amsehili/auditok";
license = licenses.mit;
maintainers = [ ];
maintainers = [ lib.maintainers.kugland ];
};
}
2 changes: 1 addition & 1 deletion pkgs/bip39/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ stdenv.mkDerivation (final: rec {
homepage = "";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ ];
maintainers = [ lib.maintainers.kugland ];
};
})
2 changes: 1 addition & 1 deletion pkgs/ffsubsync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ buildPythonPackage rec {
description = "Automagically synchronize subtitles with video";
homepage = "https://github.com/smacke/ffsubsync";
license = licenses.mit;
maintainers = [ ];
maintainers = [ lib.maintainers.kugland ];
};
}
1 change: 1 addition & 0 deletions pkgs/my-bookmarks-pl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ stdenvNoCC.mkDerivation rec {
description = "Simple script to manage bookmarks in a text file and display them using rofi.";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ lib.maintainers.kugland ];
};
}
2 changes: 1 addition & 1 deletion pkgs/neocities-deploy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ in
description = "A command-line tool for deploying your Neocities site";
homepage = "https://github.com/kugland/neocities-deploy";
license = licenses.gpl3;
maintainers = [ ];
maintainers = [ lib.maintainers.kugland ];
};
}
2 changes: 1 addition & 1 deletion pkgs/pysubs2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ buildPythonPackage rec {
description = "A Python library for editing subtitle files";
homepage = "https://github.com/tkarabela/pysubs2";
license = licenses.mit;
maintainers = [ ];
maintainers = [ lib.maintainers.kugland ];
};
}
2 changes: 1 addition & 1 deletion pkgs/subtitlecomposer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
'';
changelog = "https://invent.kde.org/multimedia/subtitlecomposer/-/blob/master/ChangeLog";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ kugland ];
maintainers = [ lib.maintainers.kugland ];
mainProgram = "subtitlecomposer";
platforms = with platforms; linux ++ freebsd ++ windows;
};
Expand Down

0 comments on commit 2cb8507

Please sign in to comment.