Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zncModules.clientbuffer: 2015-08-27 -> 2020-04-24 #99289

Merged
merged 2 commits into from Oct 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Expand Up @@ -8257,6 +8257,12 @@
githubId = 203195;
name = "Szczyp";
};
szlend = {
email = "pub+nix@zlender.si";
github = "szlend";
githubId = 7301807;
name = "Simon Žlender";
};
sztupi = {
email = "attila.sztupak@gmail.com";
github = "sztupi";
Expand Down
12 changes: 6 additions & 6 deletions pkgs/applications/networking/znc/modules.nix
Expand Up @@ -39,21 +39,21 @@ in {

clientbuffer = zncDerivation rec {
name = "znc-clientbuffer-${version}";
version = "git-2015-08-27";
version = "git-2020-04-24";
module_name = "clientbuffer";

src = fetchFromGitHub {
owner = "jpnurmi";
owner = "CyberShadow";
repo = "znc-clientbuffer";
rev = "fe0f368e1fcab2b89d5c94209822d9b616cea840";
sha256 = "1s8bqqlwy9kmcpmavil558rd2b0wigjlzp2lpqpcqrd1cg25g4a7";
rev = "2e32d508aa975c0a307d09575a0198f8c56c11fa";
sha256 = "1jaspnrbv3pzsnbysqygc8s8g3q07zx5nlrdpgwv9j8aryg0pcnh";
};

meta = with stdenv.lib; {
description = "ZNC module for client specific buffers";
homepage = "https://github.com/jpnurmi/znc-clientbuffer";
homepage = "https://github.com/CyberShadow/znc-clientbuffer";
license = licenses.asl20;
maintainers = with maintainers; [ hrdinka ];
maintainers = with maintainers; [ hrdinka szlend ];
};
};

Expand Down