Browse Source

Change the organization to tservice-plugins.

tags/v0.1.2
YJC 3 years ago
parent
commit
44a0a79602
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      README.md
  2. +1
    -1
      project.clj

+ 2
- 2
README.md View File



xps2pdf is a [tservice](https://github.com/clinico-omics/tservice) plugin for converting xps to pdf. xps2pdf is a [tservice](https://github.com/clinico-omics/tservice) plugin for converting xps to pdf.


[![Latest Release](https://img.shields.io/github/v/release/clinico-omics-plugins/xps2pdf?sort=semver)](https://github.com/clinico-omics-plugins/xps2pdf/releases)
[![License](https://img.shields.io/github/license/clinico-omics/tservice)](https://github.com/clinico-omics-plugins/xps2pdf/blob/master/LICENSE.md)
[![Latest Release](https://img.shields.io/github/v/release/tservice-plugins/xps2pdf?sort=semver)](https://github.com/tservice-plugins/xps2pdf/releases)
[![License](https://img.shields.io/github/license/clinico-omics/tservice)](https://github.com/tservice-plugins/xps2pdf/blob/master/LICENSE.md)


## For User ## For User



+ 1
- 1
project.clj View File

:middleware [leiningen.git-inject/middleware] :middleware [leiningen.git-inject/middleware]


:codox {:output-path "docs" :codox {:output-path "docs"
:source-uri "https://github.com/clinico-omics-plugins/xps2pdf/blob/v{version}/{filepath}#L{line}"}
:source-uri "https://github.com/tservice-plugins/xps2pdf/blob/v{version}/{filepath}#L{line}"}


:profiles :profiles
{:provided {:provided

Loading…
Cancel
Save