diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-12 19:28:11 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-12 19:28:33 +0000 |
commit | 216045b7a627ae65e9247f94f765c6411091e018 (patch) | |
tree | dc0a22a9b720dd4e4d5581a90f9983e404f1dc01 | |
parent | c9200ec0abe7ea69a9326f4cce0fd971ddf9b836 (diff) | |
download | ports-216045b7a627ae65e9247f94f765c6411091e018.tar.gz ports-216045b7a627ae65e9247f94f765c6411091e018.zip |
math/sdpa: Take maintainership
-rw-r--r-- | math/sdpa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sdpa/Makefile b/math/sdpa/Makefile index f78caedf17a8..122de8cd0fd3 100644 --- a/math/sdpa/Makefile +++ b/math/sdpa/Makefile @@ -11,7 +11,7 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} \ DIST_SUBDIR= sdpa EXTRACT_ONLY= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Very efficient SDP (semidefinite programming) solver LICENSE= GPLv2 # (or later) |