~singpolyma/network-protocol-xmpp

a878a43024d18ad013462c6eb2d5a9c11f2770ec — Stephen Paul Weber 4 years ago 1c97f91
Prepare for switching maintainer
2 files changed, 6 insertions(+), 6 deletions(-)

R license.txt => COPYING
M network-protocol-xmpp.cabal
R license.txt => COPYING +0 -0
M network-protocol-xmpp.cabal => network-protocol-xmpp.cabal +6 -6
@@ 1,26 1,26 @@
name: network-protocol-xmpp
version: 0.4.8
license: GPL-3
license-file: license.txt
license-file: COPYING
author: John Millikin <jmillikin@gmail.com>, Stephan Maka <stephan@spaceboyz.net>
maintainer: John Millikin <jmillikin@gmail.com>
maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
build-type: Simple
cabal-version: >= 1.6
category: Network
stability: experimental
homepage: https://john-millikin.com/software/haskell-xmpp/
bug-reports: mailto:jmillikin@gmail.com
homepage: https://git.sr.ht/~singpolyma/network-protocol-xmpp
bug-reports: mailto:dev@singpolyma.net

synopsis: Client library for the XMPP protocol.
description:

source-repository head
  type: git
  location: https://john-millikin.com/code/haskell-xmpp/
  location: https://git.sr.ht/~singpolyma/network-protocol-xmpp

source-repository this
  type: git
  location: https://john-millikin.com/code/haskell-xmpp/
  location: https://git.sr.ht/~singpolyma/network-protocol-xmpp
  tag: network-protocol-xmpp_0.4.8

library