mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
socat: add ryan4yin as a maintainer
(cherry picked from commit 05b716fb48)
This commit is contained in:
committed by
Michael Daniels
parent
72bca305a1
commit
bf9af1f230
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.dest-unreach.org/socat/";
|
||||
platforms = platforms.unix;
|
||||
license = with licenses; [ gpl2Only ];
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ ryan4yin ];
|
||||
mainProgram = "socat";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user