Skip to content

Commit

Permalink
change my email address
Browse files Browse the repository at this point in the history
  • Loading branch information
rumengb committed Aug 24, 2022
1 parent 5b6b962 commit cb33bb2
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion common_src/coordconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// version history
// 2.0 by Rumen Bogdanovski <[email protected]>
// 2.0 by Rumen Bogdanovski <[email protected]>

#include<coordconv.h>

Expand Down
2 changes: 1 addition & 1 deletion common_src/coordconv.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// version history
// 2.0 by Rumen Bogdanovski <[email protected]>
// 2.0 by Rumen Bogdanovski <[email protected]>

#ifndef _COORDCONV_H
#define _COORDCONV_H
Expand Down
2 changes: 1 addition & 1 deletion common_src/dslr_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// version history
// 2.0 by Rumen Bogdanovski <[email protected]>
// 2.0 by Rumen Bogdanovski <[email protected]>

#include <stdio.h>
#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion common_src/dslr_raw.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// version history
// 2.0 by Rumen Bogdanovski <[email protected]>
// 2.0 by Rumen Bogdanovski <[email protected]>

#ifndef _DSLR_RAW_H
#define _DSLR_RAW_H
Expand Down
2 changes: 1 addition & 1 deletion common_src/raw_to_fits.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// version history
// 2.0 by Rumen Bogdanovski <[email protected]>
// 2.0 by Rumen Bogdanovski <[email protected]>

#include <indigo/indigo_bus.h>
#include <indigo/indigo_io.h>
Expand Down
2 changes: 1 addition & 1 deletion common_src/raw_to_fits.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// version history
// 2.0 by Rumen Bogdanovski <[email protected]>
// 2.0 by Rumen Bogdanovski <[email protected]>

#ifndef _RAW_TO_FITS_H
#define _RAW_TO_FITS_H
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: ain-imager
Section: science
Priority: optional
Maintainer: Rumen Bogdanovski <[email protected]>
Maintainer: Rumen Bogdanovski <[email protected]>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: https://www.indigo-astronomy.org
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: indigo-control-panel
Upstream-Contact: Rumen Bogdanovski <[email protected]>
Upstream-Contact: Rumen Bogdanovski <[email protected]>
Source: https://github.com/indigo-astronomy/control-panel

Files: *
Copyright: 2019 Rumen Bogdanovski <[email protected]>
Copyright: 2019 Rumen Bogdanovski <[email protected]>
License: INDIGO Astronomy open-source license (version 1.0, October 2016)
Copyright (c) 2016 CloudMakers, s. r. o.

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

echo FROM $1 >Dockerfile
cat >>Dockerfile <<EOF
LABEL maintainer="[email protected]"
LABEL maintainer="[email protected]"
RUN apt-get -y update && apt-get -y install wget unzip build-essential autoconf autotools-dev libtool cmake libudev-dev libavahi-compat-libdnssd-dev libusb-1.0-0-dev fxload libcurl4-gnutls-dev libgphoto2-dev libz-dev git curl bsdmainutils qt5-default qtmultimedia5-dev devscripts cdbs apt-transport-https
RUN echo 'deb [trusted=yes] https://indigo-astronomy.github.io/indigo_ppa/ppa indigo main' >>/etc/apt/sources.list
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion scripts/builddeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
VERSION=${1}

DEBFULLNAME="Rumen Bogdanovski"
EMAIL="[email protected]"
EMAIL="[email protected]"

__check_file_exits() {
[ ! -f ${1} ] && { echo "file '${1}' not found"; exit 1; }
Expand Down

0 comments on commit cb33bb2

Please sign in to comment.