mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
resilio: Add jwoudenberg as extra maintainer
This commit is contained in:
parent
c8f9d170d4
commit
bc3b07cb93
@ -285,4 +285,6 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ jwoudenberg ];
|
||||
}
|
||||
|
@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfreeRedistributable;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ domenkozar thoughtpolice cwoac ];
|
||||
maintainers = with maintainers; [ domenkozar thoughtpolice cwoac jwoudenberg ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user